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.
SupportedColors
1 parent d5d8e55 commit 8a2bb16Copy full SHA for 8a2bb16
.changeset/polite-beds-hear.md
@@ -0,0 +1,5 @@
1
+---
2
+'@leafygreen-ui/logo': patch
3
4
+
5
+Export `SupportedColors` from index.ts
packages/logo/src/index.ts
@@ -16,3 +16,4 @@ export { default as ChartsLogoMark } from './ChartsLogoMark';
16
export type { LogoName } from './Logo';
17
export { default } from './Logo';
18
export { default as RealmLogoMark } from './RealmLogoMark';
19
+export { SupportedColors } from './utils';
packages/logo/src/utils.ts
@@ -27,7 +27,7 @@ export interface LogoProps extends HTMLElementProps<'svg'> {
27
/**
28
* Determines Color of the Logo or LogoMark component.
29
*
30
- * @default 40
+ * @default 'green-dark-2'
31
*/
32
color?: SupportedColors;
33
0 commit comments