mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
Fix style
This commit is contained in:
parent
44cfe9b322
commit
a17616f11b
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@ export default Vue.extend({
|
|||
|
||||
&.checked {
|
||||
> .button {
|
||||
border-color: var(--radioActive);
|
||||
border-color: var(--accent);
|
||||
|
||||
&:after {
|
||||
background-color: var(--radioActive);
|
||||
background-color: var(--accent);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue