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