Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Tweak panel button divider color
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Feb 13, 2019
1 parent fb4fd54 commit 4409636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions res/css/structures/_HeaderButtons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ limitations under the License.
.mx_HeaderButtons::before {
content: "";
background-color: $header-divider-color;
opacity: 0.5;
margin: 0 15px;
border-radius: 2px;
width: 2px;
Expand Down
2 changes: 1 addition & 1 deletion res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $composer-button-color: $header-panel-text-primary-color;
$roomtopic-color: $text-secondary-color;
$eventtile-meta-color: $roomtopic-color;

$header-divider-color: $header-panel-border-color;
$header-divider-color: $header-panel-text-primary-color;

$roomtile-name-color: $header-panel-text-primary-color;
$roomtile-selected-color: $text-primary-color;
Expand Down
2 changes: 1 addition & 1 deletion res/themes/light/css/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $roomtopic-color: #9fa9ba;
$eventtile-meta-color: $roomtopic-color;

$composer-e2e-icon-color: #c9ced6;
$header-divider-color: #e6eaee;
$header-divider-color: #91A1C0;

// ********************

Expand Down

0 comments on commit 4409636

Please sign in to comment.