UNPKG

@naarni/design-system

Version:

Naarni React Native Design System for EV Fleet Apps

22 lines (21 loc) 403 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { flex: 1, padding: 16, }, section: { marginBottom: 32, }, sectionTitle: { marginBottom: 16, color: '#007AFF', }, exampleContainer: { marginBottom: 16, }, label: { color: '#666', marginBottom: 4, }, });