Skip to content

Commit

Permalink
Fix typo in "yar_u_MagentaLight" variable name (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Apr 20, 2022
1 parent 8ae34d2 commit f6218b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/view/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class _HomePageState extends State<HomePage> {
color: YaruColors.magenta,
selected: Theme.of(context).primaryColor == magentaMaterialColor,
onPressed: () {
lightTheme.value = yarMagentaLight;
lightTheme.value = yaruMagentaLight;
darkTheme.value = yaruMagentaDark;
}),
ColorDisk(
Expand Down
2 changes: 1 addition & 1 deletion lib/src/themes/yaru_accents.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ final yaruBlueDark = createYaruDarkTheme(
primaryColor: blueMaterialColor,
);

final yarMagentaLight = createYaruLightTheme(
final yaruMagentaLight = createYaruLightTheme(
colorScheme: ColorScheme.fromSwatch(
primarySwatch: magentaMaterialColor,
primaryColorDark: YaruColors.coolGrey,
Expand Down

0 comments on commit f6218b8

Please sign in to comment.