UNPKG

kia-ml

Version:

Kia

57 lines (56 loc) 1.15 kB
import { color, spacing } from "../../theme"; // import { color, spacing } from "../../theme" export const titleText = { fontSize: 18, fontWeight: "bold", flex: 1 }; export const cardTitle = { fontSize: 14, fontWeight: "bold" }; export const cardText = { fontSize: 14, marginTop: spacing[3] }; export const cardTextQ = { fontSize: 14, marginTop: spacing[3], fontWeight: "500" }; export const rowView = { flexDirection: "row" }; export const titleView = { flexDirection: "row", alignItems: "center" }; export const qaViewQA = { flex: 1 }; export const qaViewIcon = { padding: spacing[2] }; export const linkTextView = { paddingBottom: spacing[3] }; export const cardTextA = { fontSize: 14, marginTop: spacing[1] }; export const cardView = { backgroundColor: color.palette.offWhite, paddingTop: spacing[3], paddingBottom: spacing[3], paddingLeft: spacing[5], paddingRight: spacing[5], marginTop: spacing[2], marginBottom: spacing[2], shadowOffset: { width: 1, height: 3 }, shadowOpacity: 0.9, shadowColor: color.dim, shadowRadius: 3 }; //# sourceMappingURL=details-screen.style.js.map