Skip to content

Commit 14e3a77

Browse files
authored
Minor CSS fixes for the new room list (#29334)
* refactor: use `var(--cpd-border-width-1)` instead of `1px` * refactor: use header font in header
1 parent efc6149 commit 14e3a77

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Loading

res/css/views/rooms/RoomListView/_RoomListHeaderView.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
h1 {
1313
all: unset;
14-
font: var(--cpd-font-body-lg-semibold);
14+
font: var(--cpd-font-heading-sm-semibold);
1515
}
1616

1717
button {

res/css/views/rooms/RoomListView/_RoomListSearch.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* From figma, this should be aligned with the room header */
1010
height: 64px;
1111
box-sizing: border-box;
12-
border-bottom: 1px solid var(--cpd-color-bg-subtle-primary);
12+
border-bottom: var(--cpd-border-width-1) solid var(--cpd-color-bg-subtle-primary);
1313
padding: 0 var(--cpd-space-3x);
1414

1515
svg {

0 commit comments

Comments
 (0)