@naarni/design-system
Version:
Naarni React Native Design System for EV Fleet Apps
26 lines (25 loc) • 490 B
JavaScript
import { StyleSheet } from 'react-native';
export const styles = StyleSheet.create({
container: {
flex: 1,
},
canvas: {
flex: 1,
},
axisLabel: {
fontSize: 10,
fontWeight: '400',
},
xAxisLabel: {
fontSize: 10,
fontWeight: '400',
textAlign: 'center',
minWidth: 40,
},
yAxisLabel: {
fontSize: 10,
fontWeight: '400',
textAlign: 'right',
minWidth: 30,
},
});