From 75f12d485facc8ccfb19f0b53dd464ef5c8757d8 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Fri, 12 Jan 2024 15:18:04 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egovframe-template-simple-react-contribution/src/css/component.css b/egovframe-template-simple-react-contribution/src/css/component.css index a831a71..150f740 100644 --- a/egovframe-template-simple-react-contribution/src/css/component.css +++ b/egovframe-template-simple-react-contribution/src/css/component.css @@ -316,7 +316,6 @@ select::-ms-expand {display:none;} .recharts-tooltip-wrapper .custom-tooltip .label { color: #666; - font-weight: 700; margin: 0 } @@ -327,5 +326,6 @@ select::-ms-expand {display:none;} .recharts-tooltip-wrapper .custom-tooltip .intro { border-top: 1px solid #f5f5f5; + font-weight: 700; margin: 0 } \ No newline at end of file