Skip to content

Commit

Permalink
feat: new download as png plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 20, 2023
1 parent eeb2f4c commit 74f090c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/web/components/palette/color-palette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ const PaletteBody = dynamic(() => import("@/components/palette/palette-body"));

function ColorPalette() {
return (
<div className="mt-6 rounded-3xl border border-border bg-background p-4 transition-colors sm:p-6 md:mt-8 lg:mt-10 lg:p-8 xl:p-12">
<div
className="mt-6 rounded-3xl border border-border bg-background p-4 transition-colors sm:p-6 md:mt-8 lg:mt-10 lg:p-8 xl:p-12"
id="base-color-palette"
>
<PaletteHeader />
<PaletteBody />
</div>
Expand Down

0 comments on commit 74f090c

Please sign in to comment.