Skip to content

Commit

Permalink
fix(ui-themes): make all colors available
Browse files Browse the repository at this point in the history
Closes: INSTUI-4340
  • Loading branch information
HerrTopi authored and balzss committed Nov 5, 2024
1 parent 553a235 commit 46f9e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui-themes/src/themes/canvas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import sharedThemeTokens from '../../sharedThemeTokens'
import { ThemeRegistry } from '@instructure/theme-registry'
import { BaseTheme, Colors } from '@instructure/shared-types'
import colors from './colors'
import { colors } from './colors'

const key = 'canvas'

Expand Down
2 changes: 1 addition & 1 deletion packages/ui-themes/src/themes/canvasHighContrast/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import sharedThemeTokens from '../../sharedThemeTokens'
import { BaseTheme, Colors } from '@instructure/shared-types'
import { ThemeRegistry } from '@instructure/theme-registry'
import colors from './colors'
import { colors } from './colors'

const key = 'canvas-high-contrast'

Expand Down

0 comments on commit 46f9e38

Please sign in to comment.