mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-23 10:08:36 +00:00
Changed to play button overlay.
This commit is contained in:
parent
eda21437de
commit
7262db631f
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ import {
|
|||
Tooltip,
|
||||
Transition,
|
||||
} from '@mantine/core';
|
||||
import { Search, X, Clock, Video, Calendar } from 'lucide-react';
|
||||
import { Search, X, Clock, Video, Calendar, Play } from 'lucide-react';
|
||||
import './guide.css';
|
||||
|
||||
/** Layout constants */
|
||||
|
|
@ -1057,7 +1057,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
|
|||
animation: 'fadeIn 0.2s',
|
||||
}}
|
||||
>
|
||||
<Video size={24} color="#fff" />
|
||||
<Play size={32} color="#fff" fill="#fff" /> {/* Changed from Video to Play and increased size */}
|
||||
</Flex>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue