🐛 Wrong color radio button
This commit is contained in:
parent
941d8387a4
commit
e53118cfe3
@ -11,7 +11,7 @@
|
||||
background-color: transparent;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 1px solid $green-flash;
|
||||
border: 1px solid $turquoise-flash;
|
||||
border-radius: 100px;
|
||||
margin-right: 16px;
|
||||
display: grid;
|
||||
@ -24,7 +24,7 @@
|
||||
content: "";
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: $green-flash;
|
||||
background-color: $turquoise-flash;
|
||||
border-radius: 100px;
|
||||
transform: scale(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user