We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce17d5c commit fa3edfaCopy full SHA for fa3edfa
packages/dev/s2-docs/src/Header.tsx
@@ -111,7 +111,7 @@ export default function Header(props: PageProps) {
111
isSearchOpen={searchOpen}
112
overlayId={searchMenuId} />
113
<div className={style({display: 'flex', alignItems: 'center', gap: 4, justifySelf: 'end'})}>
114
- <Badge variant="informative" size="M" styles={style({marginEnd: 8})}>
+ <Badge variant="indigo" size="M" styles={style({marginEnd: 8})}>
115
<BetaApp />
116
<Text>Beta Preview</Text>
117
</Badge>
0 commit comments