From e4fee0c7663ce455ca75b60e853c26635ab26b13 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 26 Sep 2023 03:49:59 +0900 Subject: [PATCH] fix typo in base.scss (#6399) appropiate -> appropriate --- apps/desktop/src/scss/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/scss/base.scss b/apps/desktop/src/scss/base.scss index 31be3f1bcc..3912d6cbf1 100644 --- a/apps/desktop/src/scss/base.scss +++ b/apps/desktop/src/scss/base.scss @@ -17,7 +17,7 @@ body { body { color: $text-color; - // We initially rely on electron to provide the appropiate background color. + // We initially rely on electron to provide the appropriate background color. // This ensures the background color while reloading is correct to avoid a jarring missmatch. background-color: transparent;