Skip to content

Commit

Permalink
Use correct theme for EditAddressTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed May 7, 2024
1 parent b64d939 commit 21ff2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/widget_toolkit/test/helpers/golden_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ThemeData getThemeData(bool inLightMode) {
inherit: true,
),
),
EditAddressTheme.lightMode.copyWith(
EditAddressTheme.light().copyWith(
titleBold: const TextStyle(
inherit: true,
),
Expand Down Expand Up @@ -154,7 +154,7 @@ ThemeData getThemeData(bool inLightMode) {
inherit: true,
),
),
EditAddressTheme.darkMode.copyWith(
EditAddressTheme.dark().copyWith(
titleBold: const TextStyle(
inherit: true,
),
Expand Down

0 comments on commit 21ff2a6

Please sign in to comment.