1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 13:45:52 +03:00
x0/docs/_theme.js
2018-06-23 18:37:55 -04:00

9 lines
94 B
JavaScript

import { theme } from 'rebass'
export default {
...theme,
radii: [
0, 4, 8, 16
]
}