소스 검색

Adjusts the size of secondary toolbar button

master
yanas 9 년 전
부모
커밋
7722e14117
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      react/features/toolbar/components/styles.js

+ 4
- 4
react/features/toolbar/components/styles.js 파일 보기

@@ -23,13 +23,13 @@ const button = {
23 23
  * height: number, justifyContent: string, margin: number, width: number}}
24 24
  */
25 25
 const smallButton = {
26
-    borderRadius: 15,
26
+    borderRadius: 20,
27 27
     flex: 0,
28 28
     flexDirection: 'column',
29
-    height: 30,
29
+    height: 40,
30 30
     justifyContent: 'center',
31 31
     margin: BoxModel.margin / 2,
32
-    width: 30
32
+    width: 40
33 33
 };
34 34
 
35 35
 /**
@@ -50,7 +50,7 @@ const icon = {
50 50
  */
51 51
 const smallIcon = {
52 52
     ...icon,
53
-    fontSize: 16
53
+    fontSize: 18
54 54
 };
55 55
 
56 56
 /**

Loading…
취소
저장