Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
fix: theming background color (#405)
Browse files Browse the repository at this point in the history
* fix: updating a color to match figma

* fix: removing a deprecated parameter

* fix: updating the background color on light theme
  • Loading branch information
BLKKKBVSIK authored Dec 26, 2023
1 parent 6844e1f commit 4a971d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/themes/common_themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ ThemeData createYaruLightTheme({
onSecondary: contrastColor(secondary),
secondaryContainer: secondaryContainer,
onSecondaryContainer: contrastColor(secondaryContainer),
background: YaruColors.porcelain,
background: Colors.white,
onBackground: YaruColors.jet,
surface: Colors.white,
onSurface: YaruColors.jet,
Expand Down
1 change: 0 additions & 1 deletion lib/src/widgets/inherited_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ extension _YaruThemeDataX on ThemeData {
return copyWith(
extensions: data.extensions,
pageTransitionsTheme: data.pageTransitionsTheme,
useMaterial3: data.useMaterial3,
visualDensity: data.visualDensity,
);
}
Expand Down

0 comments on commit 4a971d9

Please sign in to comment.