slideshare/src
Michael Mainguy eb8b88c6da Enhance UI styling with improved button hierarchy and form readability
Button improvements:
- Primary buttons now more prominent with shadow, larger padding, and hover effects
- Secondary buttons use ghost style for reduced visual weight
- Added transform animations for better interactivity
- Clear visual hierarchy between Create/Cancel actions

Form and layout improvements:
- Enhanced form inputs with better padding and hover states
- Fixed white background issue on input focus (now uses theme colors)
- Added browser autofill color fixes to prevent white-on-white text
- Improved placeholder text visibility with proper theme colors
- Added form-section card styling for better visual grouping

Page layout enhancements:
- Increased header padding and added subtle shadow
- Better typography hierarchy with larger headings
- Narrower content width (800px) for improved readability
- More breathing room between sections

CSS consolidation (continued):
- AspectRatioSelector.css: 88→42 lines (52% reduction)
- CreationActions.css: 96→57 lines (41% reduction)
- EmptyPresentationState.css: 129→27 lines (79% reduction)
- Updated components to use utility classes from application.css

All changes maintain theme consistency and work in both light/dark modes.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 14:17:06 -05:00
..
assets Add comprehensive theme routing and browsing system 2025-08-20 10:17:55 -05:00
components Enhance UI styling with improved button hierarchy and form readability 2025-08-21 14:17:06 -05:00
hooks Implement slide preview and fix import standards project-wide 2025-08-21 06:52:56 -05:00
plugins Fix TypeScript build errors and improve navigation consistency 2025-08-21 12:34:11 -05:00
styles Enhance UI styling with improved button hierarchy and form readability 2025-08-21 14:17:06 -05:00
types Implement slide preview and fix import standards project-wide 2025-08-21 06:52:56 -05:00
utils Fix TypeScript build errors and improve navigation consistency 2025-08-21 12:34:11 -05:00
App.css Implement global color system and optimize CSS architecture 2025-08-21 13:06:34 -05:00
App.tsx Remove PresentationViewer component and view functionality 2025-08-21 13:30:58 -05:00
index.css Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
main.tsx Add comprehensive theme routing and browsing system 2025-08-20 10:17:55 -05:00
vite-env.d.ts Add comprehensive theme routing and browsing system 2025-08-20 10:17:55 -05:00