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:
parent
ad90c1f96e
commit
7d36baef6c
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
.btn {
|
||||
fill: currentColor;
|
||||
position: relative;
|
||||
|
||||
& svg {
|
||||
stroke-width: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.btn--alt {
|
||||
|
|
Loading…
Add table
Reference in a new issue