Fix svg color

release
FongMi 2 years ago
parent 60d6b8c23a
commit 3be7cef034
  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