Skip to content

Commit 4d65a1f

Browse files
committed
Better code structure
1 parent 1608fbb commit 4d65a1f

File tree

1 file changed

+2
-2
lines changed
  • WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/common/composeui/designsystem

1 file changed

+2
-2
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/common/composeui/designsystem/WooPosTheme.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ data class CustomColors(
2929
val onSurfaceVariantHighest: Color,
3030

3131
val infoLowest: Color,
32-
val errorLowest: Color,
33-
3432
val onInfoLowest: Color,
33+
34+
val errorLowest: Color,
3535
val onErrorLowest: Color,
3636

3737
val default: Color,

0 commit comments

Comments
 (0)