From d9de6e619614559a45dc4fdce169446ea3ebc016 Mon Sep 17 00:00:00 2001 From: HimiCos Date: Wed, 29 Mar 2023 21:34:41 +0800 Subject: [PATCH] feat: Center the text in the options box in Settings --- app/styles/globals.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/globals.scss b/app/styles/globals.scss index b4b25b5cd..d430d3e6b 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -119,6 +119,7 @@ select { cursor: pointer; background-color: var(--white); color: var(--black); + text-align: center; } input[type="checkbox"] {