mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Fix filled button styles
This commit is contained in:
parent
219a9ed613
commit
ececc394e2
3 changed files with 13 additions and 13 deletions
|
|
@ -38,9 +38,9 @@ body[data-theme='defaultLight'] {
|
|||
--scrollbar-thumb-bg: rgba(140, 140, 140, 0.3);
|
||||
--scrollbar-thumb-bg: rgba(140, 140, 140, 0.6);
|
||||
|
||||
--btn-primary-bg: var(--primary-color);
|
||||
--btn-primary-fg: #ffffff;
|
||||
--btn-primary-fg-hover: #ffffff;
|
||||
--btn-filled-bg: var(--primary-color);
|
||||
--btn-filled-fg: #ffffff;
|
||||
--btn-filled-fg-hover: #ffffff;
|
||||
|
||||
--btn-default-bg: rgb(220, 220, 220);
|
||||
--btn-default-bg-hover: rgb(210, 210, 210);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue