From 7abbdb647760cf6ac68278c4d07d9a0fa431431f Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 7 Dec 2018 00:08:55 +0800 Subject: feat: theming support --- src/components/Button.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Button.module.scss') 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; -- cgit v1.3.1