fix: bring check closer to icon (#2246)

Just a small aesthetic change to make them feel more connected.
dummy-pr
Nick Colley 2022-11-25 15:49:44 +00:00 zatwierdzone przez GitHub
rodzic 4fb8f37db7
commit 0e4523a37d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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