style: standardisasi borderRadius approval dan notification — cards 10→12, notifIconContainer 21→100
This commit is contained in:
@@ -2,7 +2,7 @@ import { StyleSheet } from "react-native";
|
|||||||
|
|
||||||
const ApprovalStyles = StyleSheet.create({
|
const ApprovalStyles = StyleSheet.create({
|
||||||
approvalBadge: { borderRadius: 20, paddingHorizontal: 10, paddingVertical: 3, alignSelf: 'flex-start' },
|
approvalBadge: { borderRadius: 20, paddingHorizontal: 10, paddingVertical: 3, alignSelf: 'flex-start' },
|
||||||
approvalItem: { borderWidth: 1, borderRadius: 10, padding: 12, marginBottom: 10 },
|
approvalItem: { borderWidth: 1, borderRadius: 12, padding: 12, marginBottom: 10 },
|
||||||
approvalItemHeader: { justifyContent: 'space-between', marginBottom: 8 },
|
approvalItemHeader: { justifyContent: 'space-between', marginBottom: 8 },
|
||||||
approvalIconMr: { marginRight: 6 },
|
approvalIconMr: { marginRight: 6 },
|
||||||
approvalNoteBox: { borderRadius: 8, padding: 8, marginTop: 4 },
|
approvalNoteBox: { borderRadius: 8, padding: 8, marginTop: 4 },
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ const NotificationStyles = StyleSheet.create({
|
|||||||
notifItemRow: {
|
notifItemRow: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
borderRadius: 10,
|
borderRadius: 12,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
paddingHorizontal: 12,
|
paddingHorizontal: 12,
|
||||||
paddingVertical: 10,
|
paddingVertical: 10,
|
||||||
@@ -17,7 +17,7 @@ const NotificationStyles = StyleSheet.create({
|
|||||||
notifIconContainer: {
|
notifIconContainer: {
|
||||||
width: 42,
|
width: 42,
|
||||||
height: 42,
|
height: 42,
|
||||||
borderRadius: 21,
|
borderRadius: 100,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user