quick fix for num of buttons in row
This commit is contained in:
parent
e9cb0e7e50
commit
36cfd8f69f
@ -18,7 +18,7 @@ export default function DeckButton(props: Props) {
|
||||
const style = StyleSheet.create({
|
||||
view: {
|
||||
backgroundColor: '#ff4000',
|
||||
flexBasis: '25%',
|
||||
flexBasis: (1 / 3) * 100 + '%',
|
||||
height: 80,
|
||||
},
|
||||
text: {
|
||||
|
Loading…
Reference in New Issue
Block a user