Skip to content
Snippets Groups Projects
Commit 2b2166e1 authored by Gabriel Engel's avatar Gabriel Engel Committed by GitHub
Browse files

Merge pull request #5874 from RocketChat/gabrielsixel-develop

color change on online status
parents fc01366a 9fd45088
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
@quaternary-font-color: rgba(255, 255, 255, 0.85); @quaternary-font-color: rgba(255, 255, 255, 0.85);
@info-font-color: #aaaaaa; @info-font-color: #aaaaaa;
@status-online: #35ac19; @status-online: #4dff4d;
@status-offline: rgba(150, 150, 150, 0.5); @status-offline: rgba(150, 150, 150, 0.5);
@status-busy: #d30230; @status-busy: #d30230;
@status-away: #fcb316; @status-away: #fcb316;
......
...@@ -27,7 +27,7 @@ majorColors= ...@@ -27,7 +27,7 @@ majorColors=
'secondary-font-color': '#A0A0A0' 'secondary-font-color': '#A0A0A0'
'secondary-action-color': '#DDDDDD' 'secondary-action-color': '#DDDDDD'
'component-color': '#EAEAEA' 'component-color': '#EAEAEA'
'success-color': '#1DCE73' 'success-color': '#4dff4d'
'pending-color': '#FCB316' 'pending-color': '#FCB316'
'error-color': '#BC2031' 'error-color': '#BC2031'
'selection-color': '#02ACEC', 'selection-color': '#02ACEC',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment