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/Button.module.scss | |
| parent | fdf69dbfe206db38e40b600f6b2cce963380937e (diff) | |
feat: theming support
Diffstat (limited to 'src/components/Button.module.scss')
| -rw-r--r-- | src/components/Button.module.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Button.module.scss b/src/components/Button.module.scss index 37ea289..3564f7b 100644 --- a/src/components/Button.module.scss +++ b/src/components/Button.module.scss @@ -1,8 +1,8 @@ .btn { -webkit-appearance: none; outline: none; - color: #bebebe; - background: #232323; + color: var(--color-btn-fg); + background: var(--color-btn-bg); border: 1px solid #555; border-radius: 100px; padding: 6px 12px; |
