Sign in
bazel
/
continuous-integration
/
a0de8c9d09c5f59bf949c30ea6ffbe4d2a6c4219
/
.
/
dashboard
/
client
/
src
/
theme.ts
blob: cae75b945a2fd83990d8bbaf01c0a6487eff00fe [
file
]
import
{
createMuiTheme
}
from
"@material-ui/core"
;
const
theme
=
createMuiTheme
({
palette
:
{
primary
:
{
main
:
"#43a047"
,
},
},
});
export
default
theme
;