fix: bring check closer to icon (#2246)
Just a small aesthetic change to make them feel more connected.
This commit is contained in:
parent
4fb8f37db7
commit
0e4523a37d
|
@ -37,8 +37,8 @@
|
||||||
|
|
||||||
:global(.icon-button-check) {
|
:global(.icon-button-check) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 1px;
|
||||||
right: 1px;
|
right: 2px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue