Skip to content

Commit

Permalink
Merge pull request #531 from codeworks-projects/feat/add-new-footer-l…
Browse files Browse the repository at this point in the history
…inks

fix: added missing Record<Tone declaration
  • Loading branch information
RudiThoeni committed Jan 30, 2024
2 parents ce81222 + 61919dc commit 501bea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databrowser/src/components/link/useClassNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const toneClass: Record<Tone, string> = {
['primary']: 'text-green-500',
['text']: 'text-gray-900',
['white']: 'text-white',
['none']: '',
};

const variantClass: Record<Variant, string> = {
Expand Down

0 comments on commit 501bea7

Please sign in to comment.