Fix status card action buttons on light theme

This commit is contained in:
Alex Gleason 2021-03-07 12:45:04 -06:00
parent ebef1ece7a
commit 4fa7f63d05
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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;