Skip to content

Commit f43530e

Browse files
committed
Tweaked font size to match the design spec
1 parent a1e3ec1 commit f43530e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ limitations under the License.
6060
color: #454545;
6161
background-color: #fff;
6262
margin-left: 3px;
63-
font-size: 15px;
63+
font-size: 14px;
6464
margin-bottom: 8px;
6565
width: 189px;
6666
}
6767

6868
.mx_MemberList_query::-moz-placeholder {
6969
color: #454545;
7070
opacity: 0.5;
71-
font-size: 12px;
71+
font-size: 14px;
7272
}
7373

7474
.mx_MemberList_query::-webkit-input-placeholder {
7575
color: #454545;
7676
opacity: 0.5;
77-
font-size: 12px;
77+
font-size: 14px;
7878
}
7979

8080
.mx_MemberList_joined {

0 commit comments

Comments
 (0)