修复提示颜色适应

This commit is contained in:
lyswhut 2020-04-19 19:20:00 +08:00
parent 1832ec753c
commit 83b25b0c33

View File

@ -568,6 +568,9 @@ each(@themes, {
color: ~'@{color-@{value}-theme_2-font-label}'; color: ~'@{color-@{value}-theme_2-font-label}';
} }
} }
.tips {
color: ~'@{color-@{value}-theme_2-font}';
}
} }
}) })
</style> </style>