Fixes: Socket reconnecting when changing theme

This commit is contained in:
Tom Moor
2019-04-20 15:19:35 -07:00
parent eb638ba68d
commit 8f276731ed
10 changed files with 20 additions and 11 deletions

View File

@@ -45,6 +45,7 @@ export const base = {
"-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen, Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif",
fontWeight: 400,
link: colors.primary,
backgroundTransition: 'background 100ms ease-in-out',
};
export const light = {