Skip to content

Commit

Permalink
Fix: check icon not being on top of the color option
Browse files Browse the repository at this point in the history
  • Loading branch information
huubl committed Apr 24, 2024
1 parent b38051b commit 205569a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
.components-circular-option-picker__option {
@apply p-0;
}

svg {
position: absolute;
top: 2px;
left: 2px;
}
}
}
}
Expand Down

0 comments on commit 205569a

Please sign in to comment.