WIP - fixed transparent background for popover components

This commit is contained in:
Francisco Gaona
2025-12-22 01:54:55 +01:00
parent b0a45d98ce
commit ddd25c47c5
2 changed files with 8 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ export default {
DEFAULT: 'hsl(var(--card))',
foreground: 'hsl(var(--card-foreground))',
},
popover: {
DEFAULT: 'hsl(var(--popover))',
foreground: 'hsl(var(--popover-foreground))',
},
sidebar: {
DEFAULT: 'hsl(var(--sidebar-background))',
foreground: 'hsl(var(--sidebar-foreground))',