0.0.2 FR 1

This commit is contained in:
User
2025-01-01 12:24:47 -05:00
parent 9777e46316
commit da807296f3
15 changed files with 212 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ export default function Chapters({ auth, comic, chapters, histories, offset }) {
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
<Button size="sm" variant="outline" asChild className={ isRead ? 'bg-gray-200 hover:bg-gray-300' : '' }>
<Button size="sm" variant="outline" asChild className={ isRead ? 'bg-gray-200 hover:bg-gray-300 dark:bg-slate-800 dark:hover:bg-slate-700' : '' }>
<Link className="relative" href={ `/comic/${ comic.comic.path_word }/${ props.uuid }` }>
{ props.name }
{ isNew && <Plus size={ 16 } className="text-xs absolute right-0 top-0" /> }