We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553a235 commit 46f9e38Copy full SHA for 46f9e38
packages/ui-themes/src/themes/canvas/index.ts
@@ -25,7 +25,7 @@
25
import sharedThemeTokens from '../../sharedThemeTokens'
26
import { ThemeRegistry } from '@instructure/theme-registry'
27
import { BaseTheme, Colors } from '@instructure/shared-types'
28
-import colors from './colors'
+import { colors } from './colors'
29
30
const key = 'canvas'
31
packages/ui-themes/src/themes/canvasHighContrast/index.ts
const key = 'canvas-high-contrast'
0 commit comments