Skip to content

Commit

Permalink
💄 Update radio indicator styles (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel authored Oct 18, 2021
1 parent c10eff9 commit b3674bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/form/HdRadioIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ export default {
position: absolute;
top: 50%;
left: 50%;
width: 8px;
height: 8px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: $white;
border: 2px solid $white;
background-color: getShade($secondary-color, 110);
opacity: 0;
transform: scale(0) translate(-50%, -50%);
Expand Down

0 comments on commit b3674bb

Please sign in to comment.