fix(striker-ui): export map to colour of contained button

main
Tsu-ba-me 1 year ago
parent ef969fe056
commit 7e57a96034
  1. 2
      striker-ui/components/ContainedButton.tsx

@ -59,4 +59,6 @@ const ContainedButton = styled(Base)((props) => {
}; };
}); });
export { MAP_TO_COLOUR };
export default ContainedButton; export default ContainedButton;

Loading…
Cancel
Save