fix: improved Slack widget

This commit is contained in:
Morten Olsen
2023-06-20 08:31:18 +02:00
parent 673df20514
commit fec30cc430
30 changed files with 718 additions and 180 deletions

View File

@@ -29,6 +29,11 @@ const GlobalStyle = createGlobalStyle`
padding: 0;
${styles.body}
}
a {
color: ${({ theme }) => theme.colors.bg.highlight};
text-decoration: none;
}
`;
const UIProvider: React.FC<UIProviderProps> = ({ children }) => {