Skip to content

Commit

Permalink
Start with current pub text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Oct 18, 2024
1 parent 029a2f6 commit f532780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/dash_design/lib/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
/// Light-theme specific CSS variables.
@mixin light-theme {
/// The default text color, used for body text.
--dash-surface-fgColor: #212121;
--dash-surface-fgColor: #4a4a4a;
}

/// Dark-theme specific CSS variables.
@mixin dark-theme {
--dash-surface-fgColor: #e0e0e0;
--dash-surface-fgColor: #dcdcdc;
}

/// CSS variables that specify values that can only be used by Google sites,
Expand Down

0 comments on commit f532780

Please sign in to comment.