mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
fix: improved Slack widget
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user