Skip to content

Commit

Permalink
fixed lint issues again
Browse files Browse the repository at this point in the history
  • Loading branch information
CD-Z committed Jul 14, 2024
1 parent c90cbc8 commit 28aea06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const ChapterLoadingScreen = ({ onPress }: { onPress: () => void }) => {
const {
theme: backgroundColor,
padding,
textSize,
lineHeight,
} = useChapterReaderSettings();

Expand All @@ -33,7 +32,6 @@ const ChapterLoadingScreen = ({ onPress }: { onPress: () => void }) => {
: color(backgroundColor).negate().darken(0.92).toString()
: color(backgroundColor).darken(0.08).toString()
}
textSize={textSize}
lineHeight={lineHeight}
/>
</View>
Expand Down
2 changes: 0 additions & 2 deletions src/screens/reader/components/SkeletonLines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { LinearGradient } from 'expo-linear-gradient';
const SkeletonLines = ({
width,
lineHeight,
textSize,
containerWidth,
containerHeight,
containerMargin,
Expand All @@ -15,7 +14,6 @@ const SkeletonLines = ({
}: {
width?: string | number;
lineHeight: number;
textSize: number;
containerWidth: `${number}%` | number;
containerHeight: `${number}%` | number;
containerMargin?: `${number}%` | number;
Expand Down

0 comments on commit 28aea06

Please sign in to comment.