Make padding equal in the bottom bar
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import {StyleSheet} from 'react-native'
|
import {StyleSheet} from 'react-native'
|
||||||
|
|
||||||
import {atoms as a} from '#/alf'
|
import {atoms as a, tokens} from '#/alf'
|
||||||
|
|
||||||
export const styles = StyleSheet.create({
|
export const styles = StyleSheet.create({
|
||||||
bottomBar: {
|
bottomBar: {
|
||||||
@@ -10,8 +10,8 @@ export const styles = StyleSheet.create({
|
|||||||
right: 0,
|
right: 0,
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
borderTopWidth: StyleSheet.hairlineWidth,
|
borderTopWidth: StyleSheet.hairlineWidth,
|
||||||
paddingLeft: 5,
|
paddingLeft: tokens.space.sm,
|
||||||
paddingRight: 10,
|
paddingRight: tokens.space.sm,
|
||||||
},
|
},
|
||||||
bottomBarWeb: a.fixed,
|
bottomBarWeb: a.fixed,
|
||||||
ctrl: {
|
ctrl: {
|
||||||
|
|||||||
Reference in New Issue
Block a user