Skip to content

Commit 7f3c2c0

Browse files
committed
chore: lint
1 parent d15bf84 commit 7f3c2c0

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/to/bitkit/ui/components

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/components/TabBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ fun BoxScope.TabBar(
153153
// Create vertical gradient mask (black to clear)
154154
val maskGradient = Brush.verticalGradient(
155155
colors = listOf(
156-
Color.White, // Top: full opacity (shows border)
156+
Color.White, // Top: full opacity (shows border)
157157
Color.Transparent // Bottom: transparent (hides border)
158158
),
159159
startY = 0f,

0 commit comments

Comments
 (0)