Skip to content

Commit

Permalink
update to have both emotion and style
Browse files Browse the repository at this point in the history
  • Loading branch information
opauloh committed Jul 3, 2024
1 parent a3a0635 commit 72cdb00
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,12 @@ const DistributionBarPart = ({
data-test-subj={rest['data-test-subj']}
aria-label={rest['aria-label']}
onClick={distributionOnClick}
style={{
flex: value,
css={{
background: color,
height: '100%',
}}
style={{
flex: value,
}}
/>
);

0 comments on commit 72cdb00

Please sign in to comment.