mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Added Basic Darkmode and Fixed Small Bugs
This commit is contained in:
parent
aacca3d141
commit
94fb5c7eb1
42 changed files with 593 additions and 72 deletions
|
@ -74,7 +74,7 @@ export const FormPicker = ({ id, errors }: FormPickerProps) => {
|
|||
id={id}
|
||||
name={id}
|
||||
className='hidden'
|
||||
checked={selectedImageId === image.id}
|
||||
defaultChecked={selectedImageId === image.id}
|
||||
disabled={pending}
|
||||
value={`${image.id}|${image.urls.thumb}|${image.urls.full}|${image.links.html}|${image.user.name}|${image.links.download_location}`}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue