We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc0973 commit 4e2c75eCopy full SHA for 4e2c75e
1 file changed
src/lib/common/modals/StateModal.svelte
@@ -235,7 +235,7 @@
235
<div>
236
<button
237
type="button"
238
- class="px-4 py-2 text-sm font-medium text-white bg-blue-600 rounded hover:bg-blue-700 disabled:opacity-50 disabled:cursor-not-allowed transition-colors"
+ class="text-sm font-medium text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300 disabled:opacity-40 disabled:cursor-not-allowed transition-colors underline-offset-2 hover:underline bg-transparent border-none p-0 cursor-pointer"
239
disabled={states.length >= limit}
240
onclick={() => addState()}
241
>
0 commit comments