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 committed Oct 29, 2024
1 parent 258b5d5 commit 2beaa5d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2beaa5d

Please sign in to comment.