Skip to content
Snippets Groups Projects
Commit 797a756c authored by Andy Summers's avatar Andy Summers
Browse files

Fix module definition, make theme default export

parent d9a86888
No related branches found
No related tags found
No related merge requests found
declare module 'uw-material-ui-react'; declare module '@uw-ui-development/uw-material-ui-react';
...@@ -3,7 +3,7 @@ const colorBlue = "#0479a8"; ...@@ -3,7 +3,7 @@ const colorBlue = "#0479a8";
const colorBlackFont = "#282728"; const colorBlackFont = "#282728";
const colorGrayLight = "#adadad"; const colorGrayLight = "#adadad";
export const theme = { export default theme = {
props: { props: {
MuiButton: { MuiButton: {
color: "secondary", color: "secondary",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment