Commit ed046213 authored by tom's avatar tom

fix tests

parent 72373553
...@@ -21,8 +21,9 @@ function getBg(props: StyleFunctionProps) { ...@@ -21,8 +21,9 @@ function getBg(props: StyleFunctionProps) {
const baseStyle = definePartsStyle({ const baseStyle = definePartsStyle({
container: { container: {
bg: $bg.reference, bg: $bg.reference,
px: '4', borderRadius: 'md',
py: '3', px: 6,
py: 3,
}, },
title: { title: {
fontWeight: 'bold', fontWeight: 'bold',
......
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