Commit f8800e5e authored by tom's avatar tom

skeleton color fixes

parent 651d9ce6
......@@ -9,8 +9,8 @@ const fade = (startColor: string, endColor: string) =>
});
const baseStyle: SystemStyleFunction = (props) => {
const defaultStartColor = mode('blackAlpha.50', 'whiteAlpha.200')(props);
const defaultEndColor = mode('blackAlpha.200', 'whiteAlpha.300')(props);
const defaultStartColor = mode('blackAlpha.50', 'whiteAlpha.50')(props);
const defaultEndColor = mode('blackAlpha.100', 'whiteAlpha.100')(props);
const {
startColor = defaultStartColor,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment