Skip to content

Commit

Permalink
feat(Colors): Add hexToRgba helper to shared index
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsilva committed May 27, 2019
1 parent 8c67daa commit 145a4df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/shared/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import BREAKPOINTS from './breakpoints';
import uniqId from './uniqId';
import * as INPUT_STYLE from './inputStyle';
import ButtonGroupLabel from './ButtonGroupLabel';
import hexToRgba from './hexToRgba';

export {
ErrorMessage,
Expand All @@ -20,4 +21,5 @@ export {
INPUT_STYLE,
uniqId,
ButtonGroupLabel,
hexToRgba,
};

0 comments on commit 145a4df

Please sign in to comment.