- Added theme color into ButtonBase.vue

This commit is contained in:
Peter Papp
2021-03-23 11:12:41 +01:00
parent 19925e398f
commit c6b3995cc3
2 changed files with 2 additions and 2 deletions

View File

@@ -48,14 +48,13 @@
}
&.theme-solid {
background: $theme;
.content {
color: white;
}
polyline, path {
stroke: white;
color: inherit;
}
}