Skip to content

Commit

Permalink
fix(docs): refer to existing type
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Apr 17, 2024
1 parent 75b975d commit 06ddbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/system/v0/color/_system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import {ThemeColorCardToneKey} from '../../color/_system'

/**
* @public
* @deprecated Use `ThemeColorBaseToneKey` instead.
* @deprecated Use `ThemeColorCardToneKey` instead.
*/
export type ThemeColorName = ThemeColorCardToneKey

/**
* @public
* @deprecated Use `ThemeColorBaseToneKey` instead.
* @deprecated Use `ThemeColorCardToneKey` instead.
*/
export type ThemeColorToneKey = ThemeColorCardToneKey

0 comments on commit 06ddbf2

Please sign in to comment.