diff --git a/src/video/uikit/SDL_CurvedContentView.swift b/src/video/uikit/SDL_CurvedContentView.swift index bbb7328093..275a85f562 100644 --- a/src/video/uikit/SDL_CurvedContentView.swift +++ b/src/video/uikit/SDL_CurvedContentView.swift @@ -167,7 +167,7 @@ internal struct SDL_CurvedContentView: View { .overlay { if mouseInputEnabled { // This enables mouse motion events, but blocks hover location - Color.white + Color.black .opacity(0.001) .pointerStyle(.shape(Circle(), size: .zero)) }