Fix var name

This commit is contained in:
Gabe Kangas 2022-07-12 14:10:46 -07:00
parent 594507ad14
commit 9cdc3b99f2
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -4,9 +4,9 @@
.ant-btn { .ant-btn {
height: 2rem; height: 2rem;
padding: .3rem 1rem; padding: 0.3rem 1rem;
background-color: var(--theme-unknown); background-color: var(--theme-unknown);
font-size: .85rem; font-size: 0.85rem;
font-weight: bold; font-weight: bold;
border-radius: var(--theme-rounded-corners); border-radius: var(--theme-rounded-corners);
border-color: transparent; border-color: transparent;
@ -22,7 +22,7 @@
} }
&[ant-click-animating-without-extra-node]:after { &[ant-click-animating-without-extra-node]:after {
animation: 0s !important; animation: 0s !important;
} }
} }
.ant-btn-primary { .ant-btn-primary {
@ -52,5 +52,5 @@
.ant-dropdown-menu { .ant-dropdown-menu {
border-radius: var(--theme-rounded-corners); border-radius: var(--theme-rounded-corners);
background-color: var(--color-background-secondary); background-color: var(--theme-background-secondary);
} }