Skip to content

Commit

Permalink
fix(participant-count-badge): badge/pill was not showing the backgrou…
Browse files Browse the repository at this point in the history
…nd color
  • Loading branch information
ravindra-dyte committed Oct 23, 2024
1 parent d3c7844 commit 423e1f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ header h3 {
display: inline-block;
padding: 5px 10px;
border-radius: 12px;
background-color: 'rgba(var(--dyte-colors-background-1000, 0 0 0) / 0.6)';
background-color: rgba(var(--dyte-colors-background-600, 0, 0, 0) / 0.6);
font-size: 14px;
color: white;
font-weight: bold;
Expand Down

0 comments on commit 423e1f6

Please sign in to comment.