feat: Add dark mode theme support with Radix UI dropdown menu

This commit is contained in:
Mauricio Siu
2025-03-10 00:27:47 -06:00
parent 294890c219
commit fa221c06b5
8 changed files with 651 additions and 19 deletions

View File

@@ -4,6 +4,5 @@ body {
width: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
Arial, sans-serif;
background-color: #f5f5f5;
}