use lbry-teal-5 for snackbar/loadscreen

This commit is contained in:
Sean Yesmunt 2018-10-21 21:01:06 -04:00
parent 1e169729e0
commit 6b3d49ca3b
4 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ export default appState => {
});
const windowConfiguration = {
backgroundColor: '#44b098',
backgroundColor: '#2f9176',
minWidth: 950,
minHeight: 600,
autoHideMenuBar: true,
@ -123,7 +123,7 @@ export default appState => {
window.webContents.on('crashed', () => {
window = null;
});
window.webContents.on('new-window', (event, url) => {
event.preventDefault();
shell.openExternal(url);

View file

@ -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;
}

View file

@ -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;

View file

@ -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;