mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
fix(Tabs): wrong text color with pill colored
This commit is contained in:
@@ -69,7 +69,7 @@ export default (config: { colors: string[] }) => ({
|
||||
variant: 'pill',
|
||||
class: {
|
||||
indicator: `bg-${color}-500 dark:bg-${color}-400`,
|
||||
trigger: 'data-[state=active]:text-white'
|
||||
trigger: 'data-[state=active]:text-white dark:data-[state=active]:text-gray-900'
|
||||
}
|
||||
})), {
|
||||
color: 'white',
|
||||
|
||||
Reference in New Issue
Block a user