Skip to content

Commit aceabd6

Browse files
authored
Merge pull request element-hq#5574 from vector-im/rxl881/appTileStyling
Set widget tile background colour
2 parents 534504b + 81ef9b1 commit aceabd6

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ limitations under the License.
8080
padding: 2px 10px;
8181
border-bottom: 1px solid $primary-hairline-color;
8282
font-size: 10px;
83+
background-color: $widget-menu-bar-bg-color;
8384
display: flex;
8485
flex-direction: row;
8586
align-items: center;

src/skins/vector/css/themes/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ $panel-divider-color: rgba(118, 207, 166, 0.2);
111111

112112
// ********************
113113

114+
$widget-menu-bar-bg-color: #d3efe1;
115+
116+
// ********************
117+
114118
// event tile lifecycle
115119
$event-encrypting-color: #abddbc;
116120
$event-sending-color: #ddd;

src/skins/vector/css/themes/_dark.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ $panel-divider-color: rgba(118, 207, 166, 0.2);
106106

107107
// ********************
108108

109+
$widget-menu-bar-bg-color: #454545;
110+
111+
// ********************
112+
109113
// event tile lifecycle
110114
$event-encrypting-color: rgba(171, 221, 188, 0.4);
111115
$event-sending-color: #888;

src/skins/vector/themes/status/css/_status.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ $panel-divider-color: rgba(0, 0, 0, 0.2);
163163

164164
// ********************
165165

166+
$widget-menu-bar-bg-color: #f7f7f7;
167+
168+
// ********************
169+
166170
// event tile lifecycle
167171
$event-encrypting-color: #abddbc;
168172
$event-sending-color: #ddd;

0 commit comments

Comments
 (0)