schoolbox web extension :)
0
fork

Configure Feed

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

style: format with prettier

willow e0888435 7eba6d0e

+2 -2
+1 -1
src/entrypoints/popup/components/inputs/TextInput.svelte
··· 12 12 13 13 <div class="flex w-full items-center justify-center"> 14 14 <input {id} class="bg-ctp-surface0 text-ctp-text w-full rounded-l-xl p-2" bind:value {placeholder} type="text" /> 15 - <button class="bg-(--ctp-accent) text-ctp-crust rounded-r-xl p-2" type="submit" {onclick}>{label}</button> 15 + <button class="text-ctp-crust bg-(--ctp-accent) rounded-r-xl p-2" type="submit" {onclick}>{label}</button> 16 16 </div>
+1 -1
src/entrypoints/popup/routes/Snippets.svelte
··· 93 93 await globalSettings.storage.setValue(settings); 94 94 }}>Remove</button> 95 95 <a href={snippet.url} target="_blank" 96 - ><button class="xsmall hover:bg-(--ctp-accent) hover:text-ctp-mantle">Gist</button></a> 96 + ><button class="xsmall hover:text-ctp-mantle hover:bg-(--ctp-accent)">Gist</button></a> 97 97 </div> 98 98 {/each} 99 99 </div>