Skip to content

Commit ff49036

Browse files
fix: tema defecto claro
1 parent ba52652 commit ff49036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Suria</title>
88
<script>
99
// Cargar tema antes de renderizar para evitar flash
10-
const theme = localStorage.getItem('theme') || 'dark';
10+
const theme = localStorage.getItem('theme') || 'corporate';
1111
document.documentElement.setAttribute('data-theme', theme);
1212
</script>
1313
</head>

0 commit comments

Comments
 (0)