DroppyOpacity

Standardized opacity values for consistent layering.

enum DroppyOpacity

Type properties

heavy

static let heavy: Double

Heavy overlay (0.4), prominent elements.

light

static let light: Double

Light overlay (0.08), dividers.

medium

static let medium: Double

Medium overlay (0.1), hover states.

primary

static let primary: Double

Primary text (0.8).

secondary

static let secondary: Double

Secondary text (0.6).

strong

static let strong: Double

Strong overlay (0.2), emphasized elements.

subtle

static let subtle: Double

Barely visible (0.03), subtle backgrounds.

visible

static let visible: Double

Visible overlay (0.15), active states.