quick fix for num of buttons in row

This commit is contained in:
Niklas 2021-01-22 14:50:26 +01:00
parent e9cb0e7e50
commit 36cfd8f69f

View File

@ -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: {