Skip to content

Commit

Permalink
update: komment
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 13, 2023
1 parent 71912aa commit a616217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/FancyPill/FancyPill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IFancyPillProps } from '@/components/atoms/FancyPill/FancyPill.model';
import { StyledFancyPill } from '@/components/atoms/FancyPill/FancyPill.styled';

// --------------------------------------------------------------------------- //
// ------------ A Bar that can usesd for for the most components ------------ //
// -------------- A Pill can be used for style and user actions ------------- //
// --------------------------------------------------------------------------- //
export default function FancyPill<T extends React.ElementType = 'div'>(props: IFancyPillProps<T>) {
const { layer, themeType, outlined, outlinedBackgroundStrength, externalStyle, as, ...htmlProps } = props;
Expand Down

0 comments on commit a616217

Please sign in to comment.