Browse Source

fix typo in base.scss (#6399)

appropiate -> appropriate
ps/mac-passkey
Ikko Eltociear Ashimine 2 years ago committed by GitHub
parent
commit
e4fee0c766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/desktop/src/scss/base.scss

2
apps/desktop/src/scss/base.scss

@ -17,7 +17,7 @@ body { @@ -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;

Loading…
Cancel
Save