Skip to content

Commit

Permalink
[FIX]#133 : 0.6 -> 1dp 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Aug 25, 2024
1 parent 72228b7 commit 3ec4d5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fun WSBanner(
.let {
if (hasBorder) {
it.border(
width = (0.6).dp,
width = 1.dp,
color = Primary400,
shape = WeSpotThemeManager.shapes.medium,
)
Expand Down

0 comments on commit 3ec4d5e

Please sign in to comment.