Skip to content

Commit 7822bf2

Browse files
committed
feat: remove intermediary gradient colors
1 parent 0207706 commit 7822bf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/to/bitkit/ui/shared/util/Modifiers.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ fun Modifier.gradientRadialBackground(
8383
brush = Brush.radialGradient(
8484
colors = listOf(
8585
centerColor.copy(alpha = glowAlpha * 0.10f),
86-
centerColor.copy(alpha = glowAlpha * 0.50f),
87-
centerColor.copy(alpha = glowAlpha * 0.80f),
8886
centerColor.copy(alpha = glowAlpha),
8987
),
9088
)

0 commit comments

Comments
 (0)