Browse Source

Adjusts the size of secondary toolbar button

master
yanas 9 years ago
parent
commit
7722e14117
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      react/features/toolbar/components/styles.js

+ 4
- 4
react/features/toolbar/components/styles.js View File

@@ -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…
Cancel
Save