style: tambah token borderRadius (round04, round12, roundFull) dan update round05 5→8
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
import { StyleSheet } from "react-native";
|
import { StyleSheet } from "react-native";
|
||||||
|
|
||||||
const BorderStyles = StyleSheet.create({
|
const BorderStyles = StyleSheet.create({
|
||||||
round05: { borderRadius: 5 },
|
round04: { borderRadius: 4 },
|
||||||
|
round05: { borderRadius: 8 },
|
||||||
round08: { borderRadius: 8 },
|
round08: { borderRadius: 8 },
|
||||||
round10: { borderRadius: 10 },
|
round10: { borderRadius: 10 },
|
||||||
|
round12: { borderRadius: 12 },
|
||||||
round15: { borderRadius: 15 },
|
round15: { borderRadius: 15 },
|
||||||
round20: { borderRadius: 20 },
|
round20: { borderRadius: 20 },
|
||||||
round30: { borderRadius: 30 },
|
round30: { borderRadius: 30 },
|
||||||
|
roundFull: { borderRadius: 100 },
|
||||||
borderRight: { borderRightWidth: 1, borderRightColor: '#d6d8f6' },
|
borderRight: { borderRightWidth: 1, borderRightColor: '#d6d8f6' },
|
||||||
borderLeft: { borderLeftWidth: 1, borderLeftColor: '#d6d8f6' },
|
borderLeft: { borderLeftWidth: 1, borderLeftColor: '#d6d8f6' },
|
||||||
borderBottom: { borderBottomWidth: 1, borderBottomColor: '#d6d8f6' },
|
borderBottom: { borderBottomWidth: 1, borderBottomColor: '#d6d8f6' },
|
||||||
|
|||||||
Reference in New Issue
Block a user