Skip to content

Theming

LaunchSwift has a small design system under:

  • ios/SwiftLaunch/UI/Theme/BrandColors.swift
  • Color.brand — primary accent color
  • Color.brandSoft — secondary tinted background color

Reusable components live in:

  • ios/SwiftLaunch/UI/Components/

Prefer composing components over per-screen styling. It keeps diffs smaller and makes UI test/snapshot coverage easier later.