1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-02 05:10:27 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;