filter search + primary color + logo + ...

This commit is contained in:
hamid zarghami
2025-10-19 16:04:28 +03:30
parent ef0deaf3bd
commit ab2d5ea9a5
54 changed files with 1282 additions and 211 deletions
+1 -3
View File
@@ -33,7 +33,7 @@ textarea::placeholder {
}
@theme {
--color-primary: black;
--color-primary: #da2129;
--color-secondary: #f4f5f9;
--color-border: #d0d0d0;
--color-description: #888888;
@@ -75,7 +75,6 @@ textarea::placeholder {
--color-card-foreground: var(--card-foreground);
--color-popover: var(--popover);
--color-popover-foreground: var(--popover-foreground);
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
@@ -84,7 +83,6 @@ textarea::placeholder {
--color-accent: var(--accent);
--color-accent-foreground: var(--accent-foreground);
--color-destructive: var(--destructive);
--color-border: var(--border);
--color-input: var(--input);
--color-ring: var(--ring);
--color-chart-1: var(--chart-1);