checkpoint before checking out main
This commit is contained in:
@@ -403,12 +403,6 @@ private struct MacPolishStyleCard: View {
|
||||
isSelected ? palette.accentMuted : palette.surface,
|
||||
in: shape
|
||||
)
|
||||
.overlay(
|
||||
shape.stroke(
|
||||
isSelected ? palette.accent : hoverBorder,
|
||||
lineWidth: isSelected ? 1.5 : 0.5
|
||||
)
|
||||
)
|
||||
.clipShape(shape)
|
||||
.scaleEffect(isHovering ? 1.01 : 1)
|
||||
.animation(Motion.quick, value: isHovering)
|
||||
@@ -421,10 +415,6 @@ private struct MacPolishStyleCard: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private var hoverBorder: Color {
|
||||
isHovering ? palette.dividerStrong : palette.divider
|
||||
}
|
||||
}
|
||||
|
||||
/// Read-only prompt viewer for built-in styles (mirrors iOS).
|
||||
|
||||
Reference in New Issue
Block a user