From 0e6058d21847fcd7edea388cb8a91a1150408e58 Mon Sep 17 00:00:00 2001 From: penicillin0 Date: Fri, 26 Nov 2021 00:33:49 +0900 Subject: [PATCH] tweak --- src/components/Demonstration.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Demonstration.tsx b/src/components/Demonstration.tsx index 3c9ea53..a9de618 100644 --- a/src/components/Demonstration.tsx +++ b/src/components/Demonstration.tsx @@ -100,7 +100,7 @@ const IndentValue = styled.span` font-size: 10px; transform: scale(0.75); font-weight: bold; - color: rgba(0, 0, 0, 0.65); + color: rgba(0, 0, 0, 0.8); `; const IndentOption = styled.span`