diff options
| author | Haishan <[email protected]> | 2018-12-07 00:08:55 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-12-07 00:20:11 +0800 |
| commit | 7abbdb647760cf6ac68278c4d07d9a0fa431431f (patch) | |
| tree | 0f9512f77dcb8bab4640235bb89b1ac17427ffda /src/components/Input.module.scss | |
| parent | fdf69dbfe206db38e40b600f6b2cce963380937e (diff) | |
feat: theming support
Diffstat (limited to 'src/components/Input.module.scss')
| -rw-r--r-- | src/components/Input.module.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Input.module.scss b/src/components/Input.module.scss index 3a6a270..d75a702 100644 --- a/src/components/Input.module.scss +++ b/src/components/Input.module.scss @@ -1,9 +1,9 @@ .input { -webkit-appearance: none; - background-color: #2d2d30; + background-color: var(--color-input-bg); background-image: none; border-radius: 4px; - border: 1px solid #3f3f3f; + border: 1px solid var(--color-input-border); box-sizing: border-box; color: #c1c1c1; display: inline-block; |
