mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Webatrice: show loading screen until protobuf initializes (#4559)
* show loading screen until protobuf initializes * cleanup Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
bb16ae09ef
commit
6928a2bd98
15 changed files with 178 additions and 4 deletions
|
|
@ -193,11 +193,11 @@ export const materialTheme = createTheme({
|
|||
fontSize: 14,
|
||||
fontWeight: 'bold',
|
||||
lineHeight: 1.4,
|
||||
color: '#9E9E9E',
|
||||
color: palette.grey[500],
|
||||
},
|
||||
subtitle2: {
|
||||
lineHeight: 1.4,
|
||||
color: '#9E9E9E',
|
||||
color: palette.grey[500],
|
||||
},
|
||||
// body1: {},
|
||||
// body2: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue