Skip to content

Commit

Permalink
feat(fuselage): change link:active color (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Oct 19, 2023
1 parent 10c8332 commit 2b4f007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-carrots-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": minor
---

feat(fuselage): change `link:active` color
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

&:active,
&.is-active {
color: colors.status-font(on-danger);
color: colors.font(info);
}

&:hover,
Expand Down

0 comments on commit 2b4f007

Please sign in to comment.