From 51e4428463b50d62da5936ea4ec160ef53c9c5c8 Mon Sep 17 00:00:00 2001 From: TwilightLogic Date: Tue, 14 Nov 2023 22:24:39 +0800 Subject: [PATCH] fix(scroll): improve the color contrast on the third step --- pages/scroll.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/scroll.js b/pages/scroll.js index 25ad7a0..87b7308 100644 --- a/pages/scroll.js +++ b/pages/scroll.js @@ -320,6 +320,7 @@ export default function Scroll() { } sx={{ color: '#888', + fontSize: '15px', ':hover': @@ -354,7 +355,10 @@ export default function Scroll() {