Skip to content

Commit

Permalink
refactor: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
quanho committed Mar 12, 2023
1 parent a803dc6 commit 81f3ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/listbox/ListBoxInline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function ListBoxInline({ options, layout }) {
tabIndex={-1}
title={translator.get('Listbox.DrillDown')}
size="large"
style={{ paddingLeft: `${drillDownPaddingLeft}px` }}
sx={{ paddingLeft: `${drillDownPaddingLeft}px` }}
>
<DrillDownIcon style={{ fontSize: '12px' }} />
</IconButton>
Expand Down

0 comments on commit 81f3ddc

Please sign in to comment.