Skip to content

Fix macOS app icon to follow Apple HIG squircle style with proper pad#27

Merged
built-by-as merged 1 commit intobuilt-by-as:mainfrom
cofla159:fix/macos-icon-style
Mar 17, 2026
Merged

Fix macOS app icon to follow Apple HIG squircle style with proper pad#27
built-by-as merged 1 commit intobuilt-by-as:mainfrom
cofla159:fix/macos-icon-style

Conversation

@cofla159
Copy link
Copy Markdown
Contributor

Problem

The current app icon uses a full-bleed square that fills the entire icon area without any padding or rounded corners.
This makes FleetCode look visually inconsistent with other macOS apps that follow Apple's Human Interface Guidelines.

Changes

  • Applied Apple HIG squircle shape (22.37% corner radius) to the app icon
  • Added proper padding (~10% on each side) to match standard macOS icon sizing
  • Regenerated icon.icns from the updated icon.png

Before / After

Before After
image image

Files Changed

  • build/icon.png
  • build/icon.icns

Note: The original icon was 512x512. Upscaled to 1024x1024 to meet Apple's recommended icon size for Retina displays.

@cofla159 cofla159 changed the title Fix macOS app icon to follow Apple HIG squircle style with proper pad… Fix macOS app icon to follow Apple HIG squircle style with proper pad Mar 13, 2026
@built-by-as built-by-as merged commit 1cb4afd into built-by-as:main Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants