Skip to content

Commit 41e937e

Browse files
committed
fix button outline
1 parent 80e3ef5 commit 41e937e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/renderer/components.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@
3737
background-color: transparent;
3838
color: var(--font-color);
3939
fill: var(--font-color);
40-
font-family: var(--font-color);
4140
font-size: 1em;
4241
height: var(--button-size);
4342
line-height: var(--button-size);
4443
-webkit-app-region: no-drag;
4544

4645
&:focus {
47-
@apply outline outline-offset-1 outline-accent;
46+
@apply outline outline-offset-0 outline-accent;
4847
}
4948

5049
&:hover {

0 commit comments

Comments
 (0)