Fix notification font size
This commit is contained in:
parent
0dfe0de548
commit
eb58db95a5
1 changed files with 3 additions and 0 deletions
|
@ -342,6 +342,9 @@ export default (colors: IThemeColors): Theme =>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
message: {
|
||||||
|
fontSize: 16
|
||||||
|
},
|
||||||
root: {
|
root: {
|
||||||
backgroundColor: colors.background.paper,
|
backgroundColor: colors.background.paper,
|
||||||
boxShadow:
|
boxShadow:
|
||||||
|
|
Loading…
Reference in a new issue