use lbry-teal-5 for snackbar/loadscreen
This commit is contained in:
parent
1e169729e0
commit
6b3d49ca3b
4 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ export default appState => {
|
|||
});
|
||||
|
||||
const windowConfiguration = {
|
||||
backgroundColor: '#44b098',
|
||||
backgroundColor: '#2f9176',
|
||||
minWidth: 950,
|
||||
minHeight: 600,
|
||||
autoHideMenuBar: true,
|
||||
|
|
|
@ -219,7 +219,7 @@ p:not(:first-of-type) {
|
|||
|
||||
// Custom text selection
|
||||
*::selection {
|
||||
background-color: $lbry-teal-1;
|
||||
background-color: $lbry-teal-3;
|
||||
color: $lbry-white;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
min-height: 100vh;
|
||||
|
||||
align-items: center;
|
||||
background-color: $lbry-teal-3;
|
||||
background-color: $lbry-teal-5;
|
||||
background-size: cover;
|
||||
color: $lbry-white;
|
||||
display: flex;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
bottom: $spacing-vertical;
|
||||
left: $spacing-vertical;
|
||||
|
||||
background-color: $lbry-teal-3;
|
||||
background-color: $lbry-teal-5;
|
||||
border-radius: 10px;
|
||||
color: $lbry-white;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue