Skip to content

Commit

Permalink
Remove kup-fit
Browse files Browse the repository at this point in the history
Remove kup fit for icons problems
  • Loading branch information
Leonardo-Signorelli committed Apr 4, 2024
1 parent 198e8d4 commit bbce6ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ketchup/src/f-components/f-image/f-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export const FImage: FunctionalComponent<FImageProps> = (

return (
<div
class={`f-image ${props.wrapperClass ? props.wrapperClass : ''} ${
props.fit ? 'kup-fit' : ''
}`}
class={`f-image ${props.wrapperClass ? props.wrapperClass : ''} `}
{...props.dataSet}
id={props.id}
style={style}
Expand Down

0 comments on commit bbce6ac

Please sign in to comment.