Skip to content

Commit fa3edfa

Browse files
committed
docs: Change beta badge to indigo
1 parent ce17d5c commit fa3edfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/s2-docs/src/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default function Header(props: PageProps) {
111111
isSearchOpen={searchOpen}
112112
overlayId={searchMenuId} />
113113
<div className={style({display: 'flex', alignItems: 'center', gap: 4, justifySelf: 'end'})}>
114-
<Badge variant="informative" size="M" styles={style({marginEnd: 8})}>
114+
<Badge variant="indigo" size="M" styles={style({marginEnd: 8})}>
115115
<BetaApp />
116116
<Text>Beta Preview</Text>
117117
</Badge>

0 commit comments

Comments
 (0)