summaryrefslogtreecommitdiff
path: root/client/src/lib/components/button.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-03 23:11:41 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-03 23:11:41 -0400
commit986b83ef5519ebb989ee4745d7a9715057dff972 (patch)
tree3c0134c18d21f93f56cb2d5533c7c9795952b3eb /client/src/lib/components/button.js
parent5cc9c731a37a54b5da0ac096f231b56d245885a6 (diff)
more stuff
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,
},