macos: change style

This commit is contained in:
Mitchell Hashimoto
2025-12-29 06:33:29 -08:00
parent 1b1ff3d76c
commit cfa3de5d9b

View File

@@ -19,9 +19,9 @@ extension Ghostty {
.frame(height: handleHeight)
.overlay(alignment: .center) {
if isHovering || isDragging {
Capsule()
.fill(Color.white.opacity(0.4))
.frame(width: 40, height: 4)
Image(systemName: "ellipsis")
.font(.system(size: 14, weight: .semibold))
.foregroundColor(.white.opacity(0.5))
}
}
.contentShape(Rectangle())