Skip to content

Commit

Permalink
fix specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Dec 4, 2023
1 parent 564b4f7 commit 87a3451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/src/components/home/ChatSummary.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,9 @@
margin-bottom: $sp1;
.chat-name {
@include font(medium, normal, fs-100);
h4 {
@include font(medium, normal, fs-100);
}
display: flex;
align-items: center;
gap: $sp2;
Expand Down

0 comments on commit 87a3451

Please sign in to comment.