diff --git a/macos/Sources/Ghostty/Surface View/SurfaceGrabHandle.swift b/macos/Sources/Ghostty/Surface View/SurfaceGrabHandle.swift index 0b0b394ce..d8ff49163 100644 --- a/macos/Sources/Ghostty/Surface View/SurfaceGrabHandle.swift +++ b/macos/Sources/Ghostty/Surface View/SurfaceGrabHandle.swift @@ -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())