📝(doc) fixing things in doc
During the keynote we saw some things to fix in the documentation.
This commit is contained in:
@@ -9,7 +9,7 @@ Cunningham comes with an existing toolkit to deal with spacings. 📏
|
|||||||
|
|
||||||
Here are the existing spacings:
|
Here are the existing spacings:
|
||||||
|
|
||||||
<Canvas isColumn={true}>
|
<Canvas isColumn={true} withSource="none">
|
||||||
<div style={{ display: 'flex', flexDirection: 'column', gap: '10px' }}>
|
<div style={{ display: 'flex', flexDirection: 'column', gap: '10px' }}>
|
||||||
{Object.keys(tokens.theme.spacings).map(key => (
|
{Object.keys(tokens.theme.spacings).map(key => (
|
||||||
<div key={key} style={{ display: 'flex', alignItems: 'center', gap: '10px' }}>
|
<div key={key} style={{ display: 'flex', alignItems: 'center', gap: '10px' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user