Skip to content

Commit

Permalink
Small stylistic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed Jun 5, 2024
1 parent 46d52b7 commit d81876a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/static/examples/FABButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,11 @@ const mainButtonStyles = StyleSheet.create({
width: 56,
borderRadius: 100,
backgroundColor: '#b58df1',
position: 'relative',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
},
content: {
position: 'absolute',
right: '40%',
bottom: '30%',
fontSize: 24,
color: '#f8f9ff',
},
Expand Down

0 comments on commit d81876a

Please sign in to comment.