Refactor TabsTrigger component to utilize variant props for improved styling and consistency in Home page
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
--card-foreground: 222.2 84% 4.9%;
|
||||
--popover: 0 0% 100%;
|
||||
--popover-foreground: 222.2 84% 4.9%;
|
||||
--primary: 222.2 47.4% 11.2%;
|
||||
--primary-foreground: 210 40% 98%;
|
||||
--secondary: 210 40% 96.1%;
|
||||
--secondary-foreground: 222.2 47.4% 11.2%;
|
||||
--primary: 209 37% 21%;
|
||||
--primary-foreground: 38 43% 86%;
|
||||
--secondary: 197 26% 67%;
|
||||
--secondary-foreground: 209 37% 21%;
|
||||
--muted: 210 40% 96.1%;
|
||||
--muted-foreground: 215.4 16.3% 46.9%;
|
||||
--accent: 210 40% 96.1%;
|
||||
--accent-foreground: 222.2 47.4% 11.2%;
|
||||
--accent: 38 43% 86%;
|
||||
--accent-foreground: 209 37% 21%;
|
||||
--destructive: 0 84.2% 60.2%;
|
||||
--destructive-foreground: 210 40% 98%;
|
||||
--border: 214.3 31.8% 91.4%;
|
||||
@@ -59,14 +59,14 @@
|
||||
--card-foreground: 0 0% 98%;
|
||||
--popover: 0 0% 5%;
|
||||
--popover-foreground: 0 0% 98%;
|
||||
--primary: 0 0% 98%;
|
||||
--primary-foreground: 0 0% 11%;
|
||||
--secondary: 0 0% 17.5%;
|
||||
--secondary-foreground: 0 0% 98%;
|
||||
--primary: 206 27% 45%;
|
||||
--primary-foreground: 38 43% 86%;
|
||||
--secondary: 197 26% 67%;
|
||||
--secondary-foreground: 209 37% 21%;
|
||||
--muted: 0 0% 17.5%;
|
||||
--muted-foreground: 0 0% 65%;
|
||||
--accent: 0 0% 17.5%;
|
||||
--accent-foreground: 0 0% 98%;
|
||||
--accent: 209 37% 21%;
|
||||
--accent-foreground: 197 26% 67%;
|
||||
--destructive: 0 62.8% 30.6%;
|
||||
--destructive-foreground: 0 0% 98%;
|
||||
--border: 0 0% 17.5%;
|
||||
|
||||
Reference in New Issue
Block a user