Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Nov 12, 2024
1 parent cc5acfe commit 948b23c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ee/tabby-ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ module.exports = {
DEFAULT: 'hsl(var(--card))',
foreground: 'hsl(var(--card-foreground))'
},
sidebar: {
DEFAULT: 'hsl(var(--background))',
foreground: 'hsl(var(--foreground))',
primary: 'hsl(var(--primary))',
'primary-foreground': 'hsl(var(--primary-foreground))',
accent: 'hsl(var(--accent))',
'accent-foreground': 'hsl(var(--accent-foreground))',
border: 'hsl(var(--border))',
ring: 'hsl(var(--ring))'
},
sidebar: {
DEFAULT: 'hsl(var(--background))',
foreground: 'hsl(var(--foreground))',
primary: 'hsl(var(--primary))',
'primary-foreground': 'hsl(var(--primary-foreground))',
accent: 'hsl(var(--accent))',
'accent-foreground': 'hsl(var(--accent-foreground))',
border: 'hsl(var(--border))',
ring: 'hsl(var(--ring))'
}
},
borderRadius: {
lg: `var(--radius)`,
Expand Down

0 comments on commit 948b23c

Please sign in to comment.