Sign in
bazel
/
continuous-integration
/
refs/heads/testing
/
.
/
dashboard
/
client
/
src
/
theme.ts
blob: 70d5798e9af83b37d1fccc6e420fc9903bfd6ff3 [
file
] [
log
] [
blame
] [
edit
]
import
{
createTheme
}
from
"@mui/material/styles"
;
const
theme
=
createTheme
({
palette
:
{
primary
:
{
main
:
"#43a047"
,
},
},
});
export
default
theme
;