From d2c7f1be14e6feda5ec70da63a70e97295794cb9 Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Thu, 18 Aug 2022 13:05:40 +0800 Subject: [PATCH] fix: fix color of text field in contract page (#440) --- components/ContractInfo/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ContractInfo/styles.module.scss b/components/ContractInfo/styles.module.scss index fb9f502b5..628284082 100644 --- a/components/ContractInfo/styles.module.scss +++ b/components/ContractInfo/styles.module.scss @@ -42,7 +42,7 @@ border-radius: 8px; font-size: 0.875rem; font-weight: 400; - color: #999; + color: var(--primary-text-color); background-color: transparent; margin: 0 0 1rem; }