From dd8f108cb7ee4b26b571367720f82f206d8ff162 Mon Sep 17 00:00:00 2001 From: Thunnini Date: Sat, 17 Dec 2022 00:29:56 +0900 Subject: [PATCH] Minor fix --- styles/global.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/styles/global.ts b/styles/global.ts index 594ce2b..301a326 100644 --- a/styles/global.ts +++ b/styles/global.ts @@ -14,15 +14,13 @@ export const GlobalStyle = createGlobalStyle` background-size: 5rem 5rem; background-position: top left; background-repeat: repeat; - background-image: linear-gradient( - ${({ theme }) => theme.bgGridColor ?? color.grey[600]} 0.1rem, - transparent 0.1rem - ), + background-image: linear-gradient(${({ theme }) => + theme.bgGridColor ?? color.grey[600]} 0.1rem, + transparent 0.1rem), linear-gradient(90deg, ${({ theme }) => theme.bgGridColor ?? color.grey[600]} 0.1rem, transparent 0.1rem); } - } - + * { box-sizing: border-box; }