Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Apr 3, 2022
1 parent d5fd7e6 commit 665b3b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/components/pages/Channels/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function Channels(props: ChannelsProps) {
<SearchInput
width={400}
placeholder="Search for a channel…"
debounceTime={700}
debounceTime={500}
onChange={(value: string) => {
setSearch(value);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ function VideoCard(props: VideoCardProps) {
WebkitLineClamp: 2,
WebkitBoxOrient: 'vertical',
overflow: 'hidden',
marginBottom: '0.75rem',
minHeight: '2.5rem',
}}
gutterBottom
variant="body2"
>
{video.title}
Expand Down

0 comments on commit 665b3b6

Please sign in to comment.