Skip to content

Commit 2ac9186

Browse files
UIDS-326 PR fixes
1 parent 38f15f4 commit 2ac9186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
SELECT_SIZES,
2929
SingleSelect,
3030
} from 'src/Select';
31-
import { colors } from 'src/Styles';
31+
import { colors as COLORS } from 'src/Styles';
3232
import {
3333
Table,
3434
TableBody,
@@ -55,7 +55,7 @@ export {
5555
CheckboxButton,
5656
CheckboxButtonGroup,
5757
CHECKED_STATES,
58-
colors,
58+
COLORS,
5959
CopyToClipboard,
6060
CopyToClipboardButton,
6161
FadeTransition,

0 commit comments

Comments
 (0)