Skip to content

Commit ca5357f

Browse files
authored
Merge pull request #365 from AqibTeam/fix/buttons-text-color-on-hover
Fix: Add white text color on hover for primary button
2 parents b621342 + 2a4d3f0 commit ca5357f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@
267267
background-color: var(--color-violet-dark);
268268
transform: translateY(-2px);
269269
box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
270+
color: var(--color-white);
270271
}
271272

272273
.btn-secondary {

0 commit comments

Comments
 (0)