Merge branch '140-rebranding' of github.com:gnosis/safe-react into 134-settings-improvements
This commit is contained in:
commit
c72f311f27
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 108 KiB |
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<title>Multisig Safe</title>
|
||||
<title>Gnosis Safe For Teams</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
@ -16,7 +16,6 @@ import {
|
|||
boldFont,
|
||||
buttonLargeFontSize,
|
||||
largeFontSize,
|
||||
border,
|
||||
xs,
|
||||
secondaryText,
|
||||
} from './variables'
|
||||
|
@ -151,7 +150,6 @@ export default createMuiTheme({
|
|||
color: secondary,
|
||||
order: 0,
|
||||
marginTop: '0px',
|
||||
backgroundColor: border,
|
||||
zIndex: 1, // for firefox
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue