Skip to content

Commit 7c524c6

Browse files
committed
icon was scaling too much
1 parent fa03f06 commit 7c524c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Flitro/Sidebar/ContextCardView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ struct ContextCardView: View {
141141
.onChange(of: isActive) { _, newValue in
142142
if newValue {
143143
iconRotation = 360
144-
cardScale = 1.5
144+
cardScale = 1.2
145145
} else {
146146
iconRotation = 0
147147
cardScale = 1.0

0 commit comments

Comments
 (0)