Skip to content

Commit 41ade18

Browse files
committed
fix(ui): button spacing
1 parent 91ce3b9 commit 41ade18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderer/components/ui/AppButton.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
border-radius: 3px;
1515
transition: all 0.2s;
1616
color: var(--color-text);
17+
padding: 0 var(--spacing-xs);
1718
&:hover {
1819
background-color: var(--color-button-hover);
1920
}

0 commit comments

Comments
 (0)