Skip to content

v2.0.1

Choose a tag to compare

@xuanpablo xuanpablo released this 08 Jun 20:52
· 10 commits to main since this release

Fixed

  • The palette is now fully theme-aware. Neutral colours use Filament's --gray-* variables and the accent uses --primary-* directly. Filament v5 exposes these as full colours (consumed as var(--…)); the accent previously used the v3/v4 rgb(var(--primary-600)) channel syntax, which is invalid in v5 and silently fell back to a hardcoded blue. The palette, topbar trigger, and global-search hint now match the panel's primary and gray theme in both light and dark mode. Hex fallbacks are kept for safety; neutral translucent overlays (backdrop, subtle hovers) remain untinted by design.

Upgrade: composer require xuanpablo/filament-palette:^2.0