Skip to content

Commit e22c4ac

Browse files
committed
feat/#85 : 스켈레톤 그라디언트 값 변경
1 parent bb7c65e commit e22c4ac

File tree

1 file changed

+1
-1
lines changed
  • core/designsystem/src/main/java/com/yapp/core/designsystem/theme

1 file changed

+1
-1
lines changed

core/designsystem/src/main/java/com/yapp/core/designsystem/theme/Color.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal val LightColorScheme = YappColorScheme(
5454
Color(0x0DDBDBDB)
5555
),
5656
start = Offset(0f, 0f),
57-
end = Offset(500f, 0f)
57+
end = Offset(1000f, 0f)
5858
)
5959
)
6060

0 commit comments

Comments
 (0)