Fix status card action buttons on light theme
This commit is contained in:
parent
ebef1ece7a
commit
4fa7f63d05
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@
|
|||
align-items: center;
|
||||
|
||||
& > div {
|
||||
background: rgba($base-shadow-color, 0.6);
|
||||
background: var(--background-color);
|
||||
border-radius: 8px;
|
||||
padding: 12px 9px;
|
||||
flex: 0 0 auto;
|
||||
|
|
Loading…
Reference in a new issue