Skip to content

Commit b8e506b

Browse files
committed
update
1 parent 532cf6e commit b8e506b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/elements/arc.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ export const arc =
4141
`;
4242
export const arcCSS =
4343
`o-arc.cyan {
44-
--o-fill: var(--o-cyan-light);
44+
--o-gap: 15;
45+
--o-fill: var(--o-yellow-light);
4546
--o-stroke: var(--o-cyan);
46-
--o-stroke-width: 3;
47+
--o-stroke-width: 6;
4748
}
4849
o-arc.purple {
4950
--o-fill: var(--o-purple-light);

0 commit comments

Comments
 (0)