Skip to content

Commit

Permalink
Changed colors to be matching (#91)
Browse files Browse the repository at this point in the history
* Changed colors to be matching

* Update rooms.js to colors fitting white text
  • Loading branch information
Krysset authored Nov 8, 2023
1 parent 7f1ff35 commit e799307
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/common/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ const ROOMS = [
{
value: "BIG_HUB",
text: "Storhubben",
color: "#00BABE",
color: "#0C6291",
},
{
value: "GROUP_ROOM",
text: "Grupprummet",
color: "#C200FB",
color: "#E28413",
},
{
value: "CTC",
text: "CTC",
color: "#E15554",
color: "#A63446",
},
{
value: "THE_CLOUD",
text: "The Cloud",
color: "#FF9100",
color: "#3F784C",
},
];

Expand Down

0 comments on commit e799307

Please sign in to comment.