This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

fixed css var

old
宇天 2021-01-14 18:42:11 +08:00
parent f3f6e64f5d
commit 7e5658a298
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@bytedo/wcui",
"version": "1.0.1",
"version": "1.0.2",
"description": "基于wc开发的一套UI库, 面向未来, 面向electron",
"scripts": {
"start": "node ./build.dev.js",

View File

@ -44,7 +44,7 @@ code,pre,samp {font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}
.text-thin {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
:host {
:root {
--color-teal-1: #4db6ac;
--color-teal-2: #26a69a;
--color-teal-3: #009688;