mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-28 08:59:40 +05:00
feat: add dark theme
This commit is contained in:
parent
1588039542
commit
3e72866a08
22 changed files with 314 additions and 162 deletions
|
@ -17,7 +17,7 @@ export const ReleaseInfoRelated = (props: {
|
|||
}) => {
|
||||
return (
|
||||
<Card>
|
||||
<div className="flex justify-between py-2 border-b-2 border-black">
|
||||
<div className="flex justify-between py-2 border-b-2 border-black dark:border-white">
|
||||
<h1>Связанные релизы</h1>
|
||||
{props.related && (
|
||||
<Link href={`/related/${props.related.id}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue