Skip to content

Commit

Permalink
Update SegmentedButtonItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind3566 authored Nov 7, 2024
1 parent 34c3ca7 commit 0640694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SegmentedButtons/SegmentedButtonItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import {
getSegmentedButtonDensityPadding,
} from './utils';
import { useInternalTheme } from '../../core/theming';
import CrossFadeIcon from '../CrossFadeIcon';
import type { IconSource } from '../Icon';
import Icon from '../Icon';
import TouchableRipple from '../TouchableRipple/TouchableRipple';
import Text from '../Typography/Text';
import CrossFadeIcon from '../CrossFadeIcon';

export type Props = {
/**
Expand Down

0 comments on commit 0640694

Please sign in to comment.