Skip to content

Commit

Permalink
fix(ui): Change color for member count div in modal (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Mar 8, 2024
1 parent 4f83274 commit 419caf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/layouts/storage/send_files_layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
height: fit-content;
align-items: center;
}
.plus-some {
background-color: var(--primary);
color: var(--text-color-dark);
}
}

0 comments on commit 419caf6

Please sign in to comment.