style: standardisasi borderRadius button — btnFiturMenu 15→20, labelStatus 10→20
This commit is contained in:
@@ -2,7 +2,7 @@ import { StyleSheet } from "react-native";
|
|||||||
|
|
||||||
const ButtonStyles = StyleSheet.create({
|
const ButtonStyles = StyleSheet.create({
|
||||||
btnIconHeader: { padding: 3 },
|
btnIconHeader: { padding: 3 },
|
||||||
btnFiturMenu: { padding: 13, borderRadius: 15, borderWidth: 1 },
|
btnFiturMenu: { padding: 13, borderRadius: 20, borderWidth: 1 },
|
||||||
btnRound: {
|
btnRound: {
|
||||||
backgroundColor: '#1F3C88',
|
backgroundColor: '#1F3C88',
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
@@ -37,8 +37,8 @@ const ButtonStyles = StyleSheet.create({
|
|||||||
padding: 5,
|
padding: 5,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
labelStatus: { paddingHorizontal: 15, paddingVertical: 4, borderRadius: 10 },
|
labelStatus: { paddingHorizontal: 15, paddingVertical: 4, borderRadius: 20 },
|
||||||
labelStatusSmall: { paddingHorizontal: 10, paddingVertical: 3, borderRadius: 10 },
|
labelStatusSmall: { paddingHorizontal: 10, paddingVertical: 3, borderRadius: 20 },
|
||||||
});
|
});
|
||||||
|
|
||||||
export default ButtonStyles;
|
export default ButtonStyles;
|
||||||
|
|||||||
Reference in New Issue
Block a user