docs: improve tailwind configuration (#5215)
This commit is contained in:
@@ -9,7 +9,7 @@ export const Label = ({ children, className }: LabelProps) => {
|
||||
return (
|
||||
<span
|
||||
className={clsx(
|
||||
"text-medusa-fg-base dark:text-medusa-fg-base-dark text-compact-medium-plus",
|
||||
"text-medusa-fg-base text-compact-medium-plus",
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user