simpleshop_theme/lib
Jamey Greenwood 53828c3a2a fix: remove hardcoded accent color values from theme-semantic.css
The accent color HSL components (--t-accent-h, --t-accent-s, --t-accent-l) were hardcoded in :root, which prevented the dynamically generated values from the CSS generator from taking effect properly.

Now the HSL components are only set by the CSS generator in .preview-frame, and theme-semantic.css only defines the derived colors that use those variables.

Also wrapped accent color inputs in a form element as required by Phoenix LiveView for phx-change events.

Verified that changing presets properly updates button colors (e.g., studio preset → blue buttons).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 00:55:25 +00:00
..
simpleshop_theme fix: support grid-cols-4, accent color, and header layout controls 2025-12-31 00:45:14 +00:00
simpleshop_theme_web fix: remove hardcoded accent color values from theme-semantic.css 2025-12-31 00:55:25 +00:00
simpleshop_theme_web.ex fix: add data attributes and Google Fonts to enable theme visual changes 2025-12-31 00:24:53 +00:00
simpleshop_theme.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00