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