Merge pull request #12 from boardroom-inc/pooltogether-colors

PoolTogether Navigation Colors
This commit is contained in:
Kevin Nielsen 2021-01-15 14:37:53 -05:00 committed by GitHub
commit 141b319b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,8 +114,8 @@ export const protocols = {
export const protocolBranding = {
pooltogether: {
"--background-primary-nav": "#001529",
"--background-primary-nav": "#290b5a",
"--color-text-nav": "#e7e8eb",
"--background-switcher-active": "#000000",
"--background-switcher-active": "#341762",
},
};