Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

[Bug] Logout is hard to read when using vertical layout and dark sidebar #99

Closed realtebo closed 12 months ago

realtebo commented 1 year ago

Bug report

What I did

I am using 'layout' => 'vertical_dark',

What I expected to happen

All labels should be visible and easy to read

What happened

The logout link, dark red on dark background is not easy to read

image

What I've already tried to fix it

Actually nothing, if any I'll update this

Context to replicate the bug - Backpack, Laravel, PHP, DB version

When I run php artisan backpack:version the output is:

php artisan backpack:version
### PHP VERSION:
PHP 8.1.2 (cli) (built: Jan 19 2022 10:13:52) (NTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.1.2, Copyright (c) Zend Technologies

### LARAVEL VERSION:
10.14.1.0

### BACKPACK PACKAGE VERSIONS:
backpack/basset: 1.0.0
backpack/crud: 6.0.1
backpack/generators: v4.0.0
backpack/pro: 2.0.5
backpack/theme-tabler: 1.0.1
promatik commented 12 months ago

Hi @realtebo! Thank you for your report, I just pushed a PR with a bunch of fixes to tabler theme, one of them is exactly this one.

"Danger" text color is now slightly lighter, in order for it to pass the WCAG (Web Content Accessibility Guidelines) AA test 👌

This fix is part of; https://github.com/Laravel-Backpack/theme-tabler/pull/102

realtebo commented 12 months ago

how can I update my app?

tabacitu commented 12 months ago

@realtebo we haven't tagged that release yet. But we will today. At the end of the day, you'll be able to do composer update and get all the latest fixes.

realtebo commented 11 months ago

Sorry, but the problem is still here

image

### PHP VERSION:
PHP 8.2.8 (cli) (built: Jul  4 2023 15:53:15) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.8, Copyright (c) Zend Technologies

### LARAVEL VERSION:
10.17.1.0

### BACKPACK PACKAGE VERSIONS:
backpack/basset: 1.1.1
backpack/crud: 6.1.7
backpack/generators: v4.0.2
backpack/pro: 2.0.10
backpack/theme-tabler: 1.0.8

Is there somthing is expected I republish?

this is my actual resources folder. I haven't overridden theme or similar files

image