Skip to content

Commit

Permalink
fix(maz-ui): typing in tailwind utils
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 1, 2023
1 parent 897f409 commit 3c441b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/tailwindcss/utils/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ThemeConfig } from 'tailwindcss/types/config'
import { baseColors, variations, variatingColors } from '../variables/colors'

export function getColors() {
const colors = {
const colors: Record<keyof typeof variatingColors & keyof typeof baseColors, string> = {
...baseColors,
}

Expand Down

0 comments on commit 3c441b9

Please sign in to comment.