Fixes styling on page select, bumps data version

This commit is contained in:
Steve Ruiz 2021-06-03 13:20:34 +01:00
parent 5ba56216d0
commit 3b74580b4f
6 changed files with 19 additions and 16 deletions

View file

@ -74,6 +74,8 @@ export const RowButton = styled('button', {
cursor: 'pointer',
outline: 'none',
alignItems: 'center',
fontFamily: '$ui',
fontSize: '$1',
justifyContent: 'space-between',
padding: '4px 6px 4px 12px',
@ -94,8 +96,6 @@ export const RowButton = styled('button', {
},
'& label': {
fontFamily: '$ui',
fontSize: '$2',
fontWeight: '$1',
margin: 0,
padding: 0,