Browse Source

fix error

satof3 2 years ago
parent
commit
3a98fd7f2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/preset-themes/src/styles/fire-red.scss

+ 1 - 1
packages/preset-themes/src/styles/fire-red.scss

@@ -9,7 +9,7 @@
   @include generate-color-palette('primary', $primary, #120700, white);
   @include generate-color-palette('highlight', $highlight, black, white);
 
-  $body-color:                var(--grw-highlight-800);
+  $body-color:                #223246;
   $body-bg:                   white;
 
   $body-secondary-color:      rgba($body-color, .75);