Adjusts the size of secondary toolbar button

pull/1212/head
yanas 9 years ago
parent 5e377d3694
commit 7722e14117
  1. 8
      react/features/toolbar/components/styles.js

@ -23,13 +23,13 @@ const button = {
* height: number, justifyContent: string, margin: number, width: number}}
*/
const smallButton = {
borderRadius: 15,
borderRadius: 20,
flex: 0,
flexDirection: 'column',
height: 30,
height: 40,
justifyContent: 'center',
margin: BoxModel.margin / 2,
width: 30
width: 40
};
/**
@ -50,7 +50,7 @@ const icon = {
*/
const smallIcon = {
...icon,
fontSize: 16
fontSize: 18
};
/**

Loading…
Cancel
Save