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({
|
const style = StyleSheet.create({
|
||||||
view: {
|
view: {
|
||||||
backgroundColor: '#ff4000',
|
backgroundColor: '#ff4000',
|
||||||
flexBasis: '25%',
|
flexBasis: (1 / 3) * 100 + '%',
|
||||||
height: 80,
|
height: 80,
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
|
Loading…
Reference in New Issue
Block a user