Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 committed Dec 22, 2024
1 parent c7f01b6 commit 2782e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type DangerDoNotUse = {
};

/**
* # `Box`
* # Box
*
* The Box component serves as a wrapper component for most of the CSS utility
* needs. It creates a new DOM element, a `<div>` by default that can be changed
Expand Down Expand Up @@ -94,7 +94,7 @@ type DangerDoNotUse = {
*
* Default font size (`1rem`) is equal to `12px`.
*
* ## Props:
* ## Props
*
* - `as: string` - The component used for the root node.
* - `color: string` - Applies an atomic `color-<name>` class to the element.
Expand Down

0 comments on commit 2782e0d

Please sign in to comment.