Skip to content

Commit

Permalink
chore: added ds provider tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mahamzafar990 committed Nov 26, 2024
1 parent 27be985 commit 1e3ff84
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions examples/ui/documentationBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ import React, { useState } from "react";

export function CodeSection({ children, color }) {
return (
<div
style={{
backgroundColor: '#292d3e',
borderRadius: '6px',
padding: '10px',
alignItems: 'center',
display: 'flex'
}}
>
{children}
</div>
<rapid-design-system-provider>
<div
style={{
backgroundColor: '#292d3e',
borderRadius: '6px',
padding: '10px',
alignItems: 'center',
display: 'flex'
}}
>
{children}
</div>
</rapid-design-system-provider>
);
}

Expand Down

0 comments on commit 1e3ff84

Please sign in to comment.