Skip to content

Commit 0a87d47

Browse files
committed
style: fix testimonial button hover color transition
1 parent 419d5c1 commit 0a87d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/components/testimonial-card/testimonial-card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
border: 1px solid var(--border);
8787
border-radius: 999px;
8888
background: var(--bg-subtle);
89-
color: var(--accent-light);
89+
color: var(--text-secondary);
9090
cursor: pointer;
9191
transition:
9292
border-color 0.2s var(--ease),

0 commit comments

Comments
 (0)