Skip to content

Commit

Permalink
Update background color for SearchStopScreen, for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Nov 6, 2024
1 parent 895ee43 commit ea0560e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fun SearchStopScreen(
.background(
brush = Brush.verticalGradient(
colors = listOf(
themeColor.hexToComposeColor().copy(alpha = 0.9f),
themeColor.hexToComposeColor().copy(alpha = 0.6f),
KrailTheme.colors.surface,
),
),
Expand Down

0 comments on commit ea0560e

Please sign in to comment.