Skip to content

Commit

Permalink
chore: #272-v5-label-component-deprecated-existing add detail in depr…
Browse files Browse the repository at this point in the history
…ecated info
  • Loading branch information
foxy committed Jan 14, 2025
1 parent 2970af6 commit dfef0c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/deprecated-label/__styles__/index.ts
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit dfef0c5

Please sign in to comment.