fix: bring check closer to icon

Just a small aesthetic change to make them feel more connected.
This commit is contained in:
Nick Colley 2022-11-25 11:01:03 +00:00
parent 4fb8f37db7
commit ab4131dacc
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
:global(.icon-button-check) {
position: absolute;
top: 0;
right: 1px;
top: 1px;
right: 2px;
height: 12px;
width: 12px;
}