a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix contrast logic for accent colors

+1 -1
+1 -1
components/ThemeManager/ThemeProvider.tsx
··· 151 151 getColorContrast( 152 152 colorToString(accent2, "rgb"), 153 153 colorToString(primary, "rgb"), 154 - ) 154 + ) < 30 155 155 ) { 156 156 accentContrast = accent1; 157 157 } else