We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SongDetails
1 parent 0f44393 commit d51267bCopy full SHA for d51267b
apps/frontend/src/modules/song/components/SongDetails.tsx
@@ -14,7 +14,7 @@ type SongDetailsProps = {
14
15
const SongDetailsRow = ({ children }: { children: React.ReactNode }) => {
16
return (
17
- <tr className='odd:bg-zinc-800/50 even:bg-zinc-800 first:[&_td]:first:rounded-tl-xl last:[&_td]:first:rounded-tr-xl first:[&_td]:last:rounded-bl-xl last:[&_td]:last:rounded-br-xl'>
+ <tr className='odd:bg-zinc-800/50 even:bg-zinc-800 first:[&_td]:first:rounded-tl-xl last:[&_td]:first:rounded-bl-xl first:[&_td]:last:rounded-tr-xl last:[&_td]:last:rounded-br-xl'>
18
{children}
19
</tr>
20
);
0 commit comments