Skip to content

Commit

Permalink
fix: fix box-sizing style of time in Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya authored Jan 24, 2022
1 parent adcd067 commit 2b92454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/griffith/src/components/Controller.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ export default StyleSheet.create({
alignItems: 'center',
justifyContent: 'center',
padding: '0 0.5em',
width: '100px',
minWidth: '100px',
fontSize: '0.875em',
color: 'rgba(255, 255, 255, 0.9)',
boxSizing: 'content-box',
},

labelButton: {
Expand Down

0 comments on commit 2b92454

Please sign in to comment.