[FIX] Reviwed comments on the RP

This commit is contained in:
mathysPaul
2023-11-17 00:23:28 +01:00
parent cc65a3bd09
commit 36316b0333
21 changed files with 125 additions and 1657 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export const RawElement = ({ element }: RawElementProps) => {
const isSmallScreen = screenSize === 'small';
const { width: screenWidth } = useWindowDimensions();
const { colors } = useTheme();
const IconElement = icon as IconSax;
const IconElement = icon;
return (
<Column