Skip to content

Commit 4e2c75e

Browse files
author
Jicheng Lu
committed
refine state modal add button
1 parent 3fc0973 commit 4e2c75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/common/modals/StateModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div>
236236
<button
237237
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"
238+
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"
239239
disabled={states.length >= limit}
240240
onclick={() => addState()}
241241
>

0 commit comments

Comments
 (0)