Skip to content

Commit

Permalink
Change bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
johnqh committed Apr 3, 2024
1 parent 8ebe53d commit 38ddb8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ object DydxTradeInputMarginModeView : DydxComponent {
modifier = modifier
.animateContentSize()
.fillMaxSize()
.themeColor(ThemeColor.SemanticColor.layer_3),
.themeColor(ThemeColor.SemanticColor.layer_4),
) {
MarginModeViewHeader(state)
PlatformDivider()
Expand Down

0 comments on commit 38ddb8a

Please sign in to comment.