summaryrefslogtreecommitdiff
path: root/client/src/lib/components/button.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/lib/components/button.js')
-rw-r--r--client/src/lib/components/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib/components/button.js b/client/src/lib/components/button.js
index a5cf8ea..ca8388b 100644
--- a/client/src/lib/components/button.js
+++ b/client/src/lib/components/button.js
@@ -33,7 +33,7 @@ export default class Button extends Component {
const styles = StyleSheet.create({
text: {
color: '#000',
- fontFamily: 'Futura-Medium',
+ fontFamily: '"Futura-Medium", sans-serif',
textAlign: 'center',
padding: 0,
},