change theme gap back to smallers

This commit is contained in:
legop3
2026-08-18 22:42:38 -04:00
parent cc2e85d174
commit 4f87a0eec2
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
// Purpose: Keeps the narrow gap geometry used to reveal page themes consistent across layouts.
// Scope: Layout-only values; selecting a theme never changes panel dimensions or input placement.
export const themeGapClass = 'gap-1';
export const themeGapClass = 'gap-0.5';
export const themeStackClass = 'space-y-1';