From a0cdb72e2c60247e16c626b5a4fa8a702df733e3 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Sun, 12 Jan 2025 12:46:25 +0700 Subject: [PATCH] chore: formatting --- packages/styles/theme/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/theme/index.scss b/packages/styles/theme/index.scss index ca1bfd3b0..d79d85206 100644 --- a/packages/styles/theme/index.scss +++ b/packages/styles/theme/index.scss @@ -81,6 +81,7 @@ a { } button { + color: var(--text-color-secondary); -webkit-tap-highlight-color: transparent; font-family: Inter, sans-serif; background: none; @@ -88,7 +89,6 @@ button { cursor: pointer; margin: 0; padding: 0; - color: var(--text-color-secondary); } input {