Skip to content

Commit

Permalink
chore: remove bootstrap color for body
Browse files Browse the repository at this point in the history
  • Loading branch information
karimim committed Sep 19, 2024
1 parent 04ae42e commit a890de4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/styles/src/elements/body.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
@forward './../variables/options';

// Resets type
@use '../components/fonts';
// fixes for color in buttons
@use './../mixins/color' as mx-color;
@use './../variables/color';

body {
@include mx-color.colored-background(color.$white);
}

0 comments on commit a890de4

Please sign in to comment.