File tree 2 files changed +7
-1
lines changed
catalog/src/main/java/kiwi/orbit/compose/catalog/screens
ui/src/androidMain/kotlin/kiwi/orbit/compose/ui/foundation
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,6 @@ internal fun TopAppBarLargePullRefreshScreen(
233
233
CustomContentPlaceholder (it, " Custom content $i " )
234
234
PullToRefreshContainer (
235
235
state = pullRefreshState,
236
- containerColor = OrbitTheme .colors.surface.main,
237
236
contentColor = OrbitTheme .colors.primary.normal,
238
237
modifier = Modifier .align(Alignment .TopCenter ),
239
238
)
Original file line number Diff line number Diff line change @@ -339,6 +339,13 @@ public class Colors(
339
339
outline = surface.strong,
340
340
outlineVariant = surface.normal,
341
341
scrim = surface.strong,
342
+ surfaceBright = Color .Unspecified ,
343
+ surfaceDim = Color .Unspecified ,
344
+ surfaceContainerHighest = surface.main,
345
+ surfaceContainerHigh = surface.main,
346
+ surfaceContainer = surface.main,
347
+ surfaceContainerLow = surface.main,
348
+ surfaceContainerLowest = surface.main,
342
349
)
343
350
}
344
351
You can’t perform that action at this time.
0 commit comments