mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Fix transient props for styled-components v6
This commit is contained in:
parent
bb9bf7ba6a
commit
1a87adb728
24 changed files with 96 additions and 92 deletions
|
|
@ -11,7 +11,7 @@ import { Skeleton } from '/@/renderer/components/skeleton';
|
|||
export const AlbumArtistCell = ({ value, data }: ICellRendererParams) => {
|
||||
if (value === undefined) {
|
||||
return (
|
||||
<CellContainer position="left">
|
||||
<CellContainer $position="left">
|
||||
<Skeleton
|
||||
height="1rem"
|
||||
width="80%"
|
||||
|
|
@ -21,7 +21,7 @@ export const AlbumArtistCell = ({ value, data }: ICellRendererParams) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<CellContainer position="left">
|
||||
<CellContainer $position="left">
|
||||
<Text
|
||||
$secondary
|
||||
overflow="hidden"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue