feat(ui): skin design tweaks (#126)

This commit is contained in:
Sam Potts
2025-10-25 08:39:33 +11:00
committed by GitHub
parent f6b5f804bf
commit a93484e86b
9 changed files with 95 additions and 96 deletions
-5
View File
@@ -2,11 +2,6 @@ import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import App from './App';
import '@videojs/react/skins/frosted.css';
import '@videojs/react/skins/minimal.css';
import './globals.css';
createRoot(document.getElementById('root')!).render(
<StrictMode>