SVG Rendering Error Fix For Buttons

This fixes the SVG rendering error that can happen when the app is displayed at different sizes.
This commit is contained in:
Electron - Mark Firth 2019-01-07 22:30:38 +10:00 committed by Sean Yesmunt
parent ad90c1f96e
commit 7d36baef6c

View file

@ -1,6 +1,10 @@
.btn {
fill: currentColor;
position: relative;
& svg {
stroke-width: 1;
}
}
.btn--alt {