Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rider21 committed Mar 7, 2024
1 parent 343d2dd commit 589870d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/screens/WebviewScreen/components/Appbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ const Appbar: React.FC<AppbarProps> = ({
<TextTicker
style={{ color: theme.outline, fontSize: 16 }}
loop
animationType={'scroll'}
bounce={false}
scrollSpeed={350}
scrollSpeed={50}
marqueeDelay={1000}
isInteraction={false}
disabled={loading}
Expand Down
2 changes: 2 additions & 0 deletions src/screens/WebviewScreen/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const Menu: React.FC<MenuProps> = ({
bottom: 0,
left: 0,
right: 0,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'rgba(0,0,0,0.5)',
}}
>
Expand Down

0 comments on commit 589870d

Please sign in to comment.