Skip to content

Commit

Permalink
add more dots to test
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Jun 14, 2024
1 parent c881b23 commit 672369e
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/storybook/stories/TempDotBorder.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {

export const Test = () => {
return (
<>
<div style={{display: 'inline-flex', gap: '8px'}}>
<div
style={{
height: '12px',
Expand All @@ -19,6 +19,24 @@ export const Test = () => {
border: 'solid 1px var(--borderColor-translucent)',
}}
></div>
</>
<div
style={{
height: '12px',
width: '12px',
background: 'orange',
borderRadius: '100%',
border: 'solid 1px var(--borderColor-translucent)',
}}
></div>
<div
style={{
height: '12px',
width: '12px',
background: 'yellow',
borderRadius: '100%',
border: 'solid 1px var(--borderColor-translucent)',
}}
></div>
</div>
)
}

0 comments on commit 672369e

Please sign in to comment.