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 = {
|
const windowConfiguration = {
|
||||||
backgroundColor: '#44b098',
|
backgroundColor: '#2f9176',
|
||||||
minWidth: 950,
|
minWidth: 950,
|
||||||
minHeight: 600,
|
minHeight: 600,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
|
@ -123,7 +123,7 @@ export default appState => {
|
||||||
window.webContents.on('crashed', () => {
|
window.webContents.on('crashed', () => {
|
||||||
window = null;
|
window = null;
|
||||||
});
|
});
|
||||||
|
|
||||||
window.webContents.on('new-window', (event, url) => {
|
window.webContents.on('new-window', (event, url) => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
shell.openExternal(url);
|
shell.openExternal(url);
|
||||||
|
|
|
@ -219,7 +219,7 @@ p:not(:first-of-type) {
|
||||||
|
|
||||||
// Custom text selection
|
// Custom text selection
|
||||||
*::selection {
|
*::selection {
|
||||||
background-color: $lbry-teal-1;
|
background-color: $lbry-teal-3;
|
||||||
color: $lbry-white;
|
color: $lbry-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $lbry-teal-3;
|
background-color: $lbry-teal-5;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
color: $lbry-white;
|
color: $lbry-white;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
bottom: $spacing-vertical;
|
bottom: $spacing-vertical;
|
||||||
left: $spacing-vertical;
|
left: $spacing-vertical;
|
||||||
|
|
||||||
background-color: $lbry-teal-3;
|
background-color: $lbry-teal-5;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
color: $lbry-white;
|
color: $lbry-white;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue