- Prettier
- Linter
This commit is contained in:
mathysPaul
2023-11-02 21:53:21 +01:00
parent 9397de8cb9
commit d4a758d262
15 changed files with 550 additions and 482 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const RawElement = ({ element }: RawElementProps) => {
const isSmallScreen = screenSize === 'small';
const { width: screenWidth } = useWindowDimensions();
const colorScheme = useColorScheme();
const color = colorScheme === 'light' ? 'rgba(0,0,0,0.7)' : 'rgba(255,255,255,0.7)'
const color = colorScheme === 'light' ? 'rgba(0,0,0,0.7)' : 'rgba(255,255,255,0.7)';
return (
<Column