Skip to content

Commit

Permalink
Make group background color brighter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Sep 7, 2023
1 parent 7bd08bb commit f327776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/groups/Group.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.group-item {
background-color: rgba(48, 48, 48, 0.85);
background-color: rgba(54, 54, 54, 0.9);
margin-top: 0.5em;
padding: 0.5em;
border-radius: 1.5em;
Expand Down

0 comments on commit f327776

Please sign in to comment.