Skip to content

Commit

Permalink
fix(fuselage): MessageReactions missing border color (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Apr 9, 2024
1 parent a69024b commit 34b0474
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-camels-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): MessageReactions missing border color
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
);
}

@include templates.focus-state;
@include templates.focus-state {
border-color: colors.stroke(light);
}
}

&__emoji {
Expand Down
2 changes: 2 additions & 0 deletions packages/fuselage/src/styles/mixins/templates.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
outline: 0;
@include use-button-focus-shadow(colors.stroke(extra-light-highlight));
}

@content;
}

0 comments on commit 34b0474

Please sign in to comment.