Skip to content

Commit

Permalink
Remove "experimental" designation for Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed May 10, 2024
1 parent b793539 commit cda89f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/theme/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { HStack } from '../../h-stack';

const meta: Meta< typeof Theme > = {
component: Theme,
title: 'Components (Experimental)/Theme',
title: 'Components/Theme',
argTypes: {
accent: { control: { type: 'color' } },
background: { control: { type: 'color' } },
Expand Down
1 change: 1 addition & 0 deletions storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
const PREVIOUSLY_EXPERIMENTAL_COMPONENTS = [
'navigation',
'customselectcontrol-v2',
'theme',
];
const REDIRECTS = [
{
Expand Down

0 comments on commit cda89f9

Please sign in to comment.