We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6ae75 commit 63aab94Copy full SHA for 63aab94
WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/orders/WooPosOrdersLoadingState.kt
@@ -46,7 +46,7 @@ fun WooPosOrdersLoadingState() {
46
modifier = Modifier
47
.weight(0.3f)
48
.fillMaxHeight()
49
- .background(MaterialTheme.colorScheme.surface)
+ .background(MaterialTheme.colorScheme.surfaceBright)
50
.padding(top = WOO_POS_ORDERS_TOOLBAR_HEIGHT)
51
.padding(top = WooPosSpacing.XLarge.value)
52
)
@@ -55,7 +55,7 @@ fun WooPosOrdersLoadingState() {
55
56
.weight(0.7f)
57
58
- .background(MaterialTheme.colorScheme.surfaceContainerLow)
+ .background(MaterialTheme.colorScheme.surface)
59
.padding(top = WooPosSpacing.Large.value)
60
61
}
0 commit comments