Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran77 committed Jan 8, 2024
1 parent 04815bf commit 6a7f652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@
border-radius: 1000px;
}

#main-conatiner *:focus-visible {
#main-container *:focus-visible {
outline: none;
}
2 changes: 1 addition & 1 deletion src/containers/MainBody/ServerList/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const List = (props: IProps) => {
const { themeType } = useTheme();

return (
<View style={styles.mainContainer} id="main-conatiner">
<View style={styles.mainContainer} id="main-container">
<ListHeader />
<BigList
id={themeType === "dark" ? "scroll" : "scroll-light"}
Expand Down

0 comments on commit 6a7f652

Please sign in to comment.