schoolbox web extension :)
0
fork

Configure Feed

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

fix(popup): reset button colour on latte

willow f0b4a345 58ec30a5

+1 -1
+1 -1
src/entrypoints/popup/components/Footer.svelte
··· 58 58 <Button 59 59 title="Reset" 60 60 id="reset" 61 - classList="hover:text-ctp-base hover:bg-ctp-red" 61 + classList="text-ctp-text hover:text-ctp-base hover:bg-ctp-red" 62 62 onclick={() => { 63 63 if (confirm("Are you sure you want to reset all settings?")) { 64 64 browser.runtime.sendMessage({ resetSettings: true });