fix: change border box story example name

This commit is contained in:
RadoslavDimchev 2023-08-29 13:09:44 +03:00
parent 74c7e221b6
commit c8e03961ad
1 changed files with 1 additions and 1 deletions

View File

@ -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',
},