mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 09:11:03 +00:00
auto-commit for 5c8c3d30-e05b-4ee8-b7a3-bf9a44689359
This commit is contained in:
@@ -485,12 +485,26 @@ const styles = StyleSheet.create({
|
||||
actionsGrid: {
|
||||
flexDirection: 'row',
|
||||
flexWrap: 'wrap',
|
||||
gap: 12,
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
actionCard: {
|
||||
width: (width - 64) / 4,
|
||||
backgroundColor: '#FFF',
|
||||
padding: 12,
|
||||
borderRadius: 12,
|
||||
alignItems: 'center',
|
||||
padding: 8,
|
||||
marginBottom: 12,
|
||||
shadowColor: '#000',
|
||||
shadowOffset: { width: 0, height: 2 },
|
||||
shadowOpacity: 0.05,
|
||||
shadowRadius: 4,
|
||||
elevation: 2,
|
||||
},
|
||||
actionCardFirst: {
|
||||
marginRight: 'auto',
|
||||
},
|
||||
actionCardLast: {
|
||||
marginLeft: 'auto',
|
||||
},
|
||||
actionIcon: {
|
||||
width: 50,
|
||||
|
||||
Reference in New Issue
Block a user