Skip to content

Commit

Permalink
Update BottomBar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Sep 23, 2024
1 parent 2e5043c commit 7a6de7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ice/UI/ViewModifiers/BottomBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ extension View {
content()
.background {
Rectangle()
.fill(.quinary.shadow(.inner(radius: 4)))
.shadow(radius: 1)
.fill(.quinary.shadow(.inner(radius: 2)))
.shadow(radius: 2)
}
}
}
Expand Down

0 comments on commit 7a6de7f

Please sign in to comment.