Skip to content

Commit

Permalink
Update Icon.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored Dec 5, 2023
1 parent 0af20fd commit f2051b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Icon = ({iconRecord, verticalIconPlugin, contextMenuAction, theme}: IconPr
const stylePC = iconRecord.active ? 'flex-start' : 'center'
return (
<>
<div className='d-flex' style={{width: 'auto', placeContent: stylePC}}>
<div className='d-flex py-1' style={{width: 'auto', placeContent: stylePC}}>
{iconRecord.active && <div
className='pt-1 bg-primary'
style={{width: "6px", height: "36px", position: 'relative', borderRadius: '24%'}}
Expand Down

0 comments on commit f2051b6

Please sign in to comment.