Skip to content

Commit 38f15f4

Browse files
UIDS-326 export colors
1 parent 0493cc3 commit 38f15f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import {
2828
SELECT_SIZES,
2929
SingleSelect,
3030
} from 'src/Select';
31+
import { colors } from 'src/Styles';
3132
import {
3233
Table,
3334
TableBody,
@@ -54,6 +55,7 @@ export {
5455
CheckboxButton,
5556
CheckboxButtonGroup,
5657
CHECKED_STATES,
58+
colors,
5759
CopyToClipboard,
5860
CopyToClipboardButton,
5961
FadeTransition,

0 commit comments

Comments
 (0)