🐛 Wrong color radio button

This commit is contained in:
Maxime Lalo 2023-04-26 11:31:14 +02:00
parent 941d8387a4
commit e53118cfe3

View File

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