Skip to content

Commit 46f9e38

Browse files
HerrTopibalzss
authored andcommitted
fix(ui-themes): make all colors available
Closes: INSTUI-4340
1 parent 553a235 commit 46f9e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui-themes/src/themes/canvas/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import sharedThemeTokens from '../../sharedThemeTokens'
2626
import { ThemeRegistry } from '@instructure/theme-registry'
2727
import { BaseTheme, Colors } from '@instructure/shared-types'
28-
import colors from './colors'
28+
import { colors } from './colors'
2929

3030
const key = 'canvas'
3131

packages/ui-themes/src/themes/canvasHighContrast/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import sharedThemeTokens from '../../sharedThemeTokens'
2626
import { BaseTheme, Colors } from '@instructure/shared-types'
2727
import { ThemeRegistry } from '@instructure/theme-registry'
28-
import colors from './colors'
28+
import { colors } from './colors'
2929

3030
const key = 'canvas-high-contrast'
3131

0 commit comments

Comments
 (0)