Skip to content

Commit

Permalink
useStyleUtils hook
Browse files Browse the repository at this point in the history
  • Loading branch information
keisyrzk committed Dec 19, 2023
1 parent 04a75d7 commit 9d9df1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/UserListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SubscriptAvatar from '@components/SubscriptAvatar';
import Text from '@components/Text';
import Tooltip from '@components/Tooltip';
import useThemeStyles from '@hooks/useThemeStyles';
import useStyleUtils from '@styles/useStyleUtils';
import useStyleUtils from '@hooks/useStyleUtils';
import {userListItemPropTypes} from './selectionListPropTypes';

function UserListItem({item, textStyles, alternateTextStyles, showTooltip, style}) {
Expand Down

0 comments on commit 9d9df1a

Please sign in to comment.