feat: add fullscreen toggle button and improve UI consistency across components

This commit is contained in:
EmanueleAlfano
2026-02-28 09:52:53 +01:00
parent f8283a0e89
commit c91c4016ec
9 changed files with 166 additions and 102 deletions
+1
View File
@@ -8,3 +8,4 @@ export {Button} from './Button';
export {Input} from './Input';
export {WelcomeCarousel} from './WelcomeCarousel';
export {NumLockBanner} from './NumLockBanner';
export {FullscreenButton} from './FullscreenButton';