Skip to content

Commit 63aab94

Browse files
committed
Update correct background colors in WooPosOrdersLoadingState
1 parent 2a6ae75 commit 63aab94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/orders/WooPosOrdersLoadingState.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fun WooPosOrdersLoadingState() {
4646
modifier = Modifier
4747
.weight(0.3f)
4848
.fillMaxHeight()
49-
.background(MaterialTheme.colorScheme.surface)
49+
.background(MaterialTheme.colorScheme.surfaceBright)
5050
.padding(top = WOO_POS_ORDERS_TOOLBAR_HEIGHT)
5151
.padding(top = WooPosSpacing.XLarge.value)
5252
)
@@ -55,7 +55,7 @@ fun WooPosOrdersLoadingState() {
5555
modifier = Modifier
5656
.weight(0.7f)
5757
.fillMaxHeight()
58-
.background(MaterialTheme.colorScheme.surfaceContainerLow)
58+
.background(MaterialTheme.colorScheme.surface)
5959
.padding(top = WooPosSpacing.Large.value)
6060
)
6161
}

0 commit comments

Comments
 (0)