macos: change style

pull/10090/head
Mitchell Hashimoto 2025-12-29 06:33:29 -08:00
parent 1b1ff3d76c
commit cfa3de5d9b
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 3 deletions

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())