fix: change border box story example name
This commit is contained in:
parent
74c7e221b6
commit
c8e03961ad
|
@ -14,7 +14,7 @@ const meta = {
|
|||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const DefaultColors: Story = {
|
||||
export const Page: Story = {
|
||||
args: {
|
||||
children: 'BorderBox',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue