diff --git a/src/components/deprecated-label/__styles__/index.ts b/src/components/deprecated-label/__styles__/index.ts index 35079e1a..cb441ed3 100644 --- a/src/components/deprecated-label/__styles__/index.ts +++ b/src/components/deprecated-label/__styles__/index.ts @@ -1,8 +1,6 @@ import { styled } from '@linaria/react' -/** - * @deprecated This style is deprecated and will be removed in future releases. - */ +/** @deprecated This style is deprecated and will be removed in future releases. */ export const ElDeprecatedLabel = styled.label` font-size: var(--font-size-small); color: var(--neutral-500);