1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

fix typo in base.scss (#6399)

appropiate -> appropriate
This commit is contained in:
Ikko Eltociear Ashimine
2023-09-26 03:49:59 +09:00
committed by GitHub
parent d0037bb257
commit e4fee0c766

View File

@@ -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;