Browse Source

scroll picker styles

pull/8/head
Tim Glasgow 2 years ago
parent
commit
a09e61cc7c
  1. 6
      squarenotsquare/src/components/ScrollingPicker.js

6
squarenotsquare/src/components/ScrollingPicker.js

@ -40,15 +40,13 @@ function ScrollingPicker() {
scrollEventThrottle={0}
>
<MaterialIcon
key={0}
name={Icons.squareIcons.square}
color={Colors.material.green400}
color={Colors.material.dark}
size={Metrics.icons.buttonIcon}
/>
<MaterialIcon
key={1}
name={Icons.squareIcons.plus}
color={Colors.material.green400}
color={Colors.material.dark}
size={Metrics.icons.buttonIcon}
/>
</ScrollView>

Loading…
Cancel
Save