mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
The fullscreen enter/exit SVG icons were missing fill="currentColor" attributes, causing them to render as black/invisible against dark button backgrounds. This fix ensures proper theming support. Also integrates fullscreen button into React default skin with MediaContainer wrapper for complete out-of-the-box functionality. - Fix fullscreen-enter.svg and fullscreen-exit.svg with currentColor fill - Add MediaContainer wrapper to React MediaSkinDefault - Add FullscreenButton to React control bar with proper icon states - Add CSS for fullscreen button icon state management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>