diff --git a/kafka-ui-react-app/src/components/common/Icons/CloseIcon.tsx b/kafka-ui-react-app/src/components/common/Icons/CloseIcon.tsx index a1f3d77f39..7f6df17416 100644 --- a/kafka-ui-react-app/src/components/common/Icons/CloseIcon.tsx +++ b/kafka-ui-react-app/src/components/common/Icons/CloseIcon.tsx @@ -4,9 +4,9 @@ import styled, { useTheme } from "styled-components"; const CloseIcon: React.FC<{ className?: string }> = ({ className }) => { const theme = useTheme(); return ( -