Skip to content

Commit 4fec32c

Browse files
authored
Merge pull request #140 from keyxmakerx/claude/review-pending-merges-ScVUs
fix: replace shadow-accent/20 with shadow-indigo-500/20 in Tailwind i…
2 parents 837f83b + aedfce4 commit 4fec32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484
.btn-primary {
8585
@apply btn bg-accent text-white hover:bg-accent-hover
86-
focus:ring-accent shadow-sm hover:shadow-md hover:shadow-accent/20;
86+
focus:ring-accent shadow-sm hover:shadow-md hover:shadow-indigo-500/20;
8787
}
8888
.btn-secondary {
8989
@apply btn bg-surface text-fg-body hover:bg-surface-alt

0 commit comments

Comments
 (0)