Skip to content

Fix: fixed button and tab color on dark mode#64

Open
Raphyyy wants to merge 2 commits intomulbc:masterfrom
Raphyyy:fix/button-dark-mode
Open

Fix: fixed button and tab color on dark mode#64
Raphyyy wants to merge 2 commits intomulbc:masterfrom
Raphyyy:fix/button-dark-mode

Conversation

@Raphyyy
Copy link

@Raphyyy Raphyyy commented Feb 4, 2026

This PR fix a background-color issue on buttons and the tabs on hover on dark mode.
Replaced --grey-subtle with --color-bg as --grey-subtle doesn't get overwrite on @media (prefers-color-scheme: dark) definition

Before :
image

After :
image

@Raphyyy
Copy link
Author

Raphyyy commented Feb 5, 2026

This second commit fixes the list of available secrets for dark mode.
Added fillColor=current to .svg files (used in the copy credentials buttons) so they match the color attr.

Before :
image

After :
image

I also removed the secret button's native style (as the button's style was using the native styles) so the border and added boder radius for more design coherence

Before :
image

After :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant