Fix svg color

pull/256/head
FongMi 2 years ago
parent 5fe17a1920
commit 3fbf8e977e
  1. 3
      app/src/main/assets/css/style.css

@ -3300,6 +3300,9 @@ page {
svg {
fill: #07c160;
}
svg {
fill: var(--weui-BRAND);
}
}
.weui-tabbar__icon {

Loading…
Cancel
Save