Closed philolo1 closed 8 years ago
I get the following formatting, it seems to be shifted to the right.
const timerStyle = { main: { borderBottom: '1px solid #d9dae0', display: 'flex', }, left: { fontSize: 30, fontFamily: 'AvenirNext-UltraLight', color: '#7f8083', padding: 20, flex: 1, }, right: { fontSize: 30, padding: 20, fontFamily: 'AvenirNext-UltraLight', color: '#7f8083', }, };
It seems that if i don't use the comma at the last element it seems fine.
Closing for failure to read the README.
I get the following formatting, it seems to be shifted to the right.