@atlaskit/profilecard
Version:
A React component to display a card with user information.
14 lines • 945 B
JavaScript
import { B500, N0, N20, N30, N50, N500, N60, N800, N90 } from '@atlaskit/theme/colors';
export const bgColor = `var(--ds-surface-overlay, ${N0})`;
export const headerBgColor = `var(--ds-background-brand-bold, ${B500})`;
export const teamHeaderBgColor = `var(--ds-background-neutral, ${N50})`;
export const headerBgColorDisabledUser = `var(--ds-background-disabled, ${N30})`;
export const headerTextColor = `var(--ds-text-inverse, ${N0})`;
export const headerTextColorInactive = `var(--ds-text, ${N800})`;
export const appLabelBgColor = `var(--ds-background-neutral, ${N20})`;
export const appLabelTextColor = `var(--ds-text, ${N500})`;
export const labelTextColor = `var(--ds-text, ${N800})`;
export const labelIconColor = `var(--ds-text-subtlest, ${N60})`;
export const errorIconColor = `var(--ds-text-disabled, ${N90})`;
export const errorTitleColor = `var(--ds-text, ${N800})`;
export const errorTextColor = `var(--ds-text-subtlest, ${N90})`;