diff --git a/src/assets/core.scss b/src/assets/core.scss index 9fd54bc..92a70d2 100644 --- a/src/assets/core.scss +++ b/src/assets/core.scss @@ -170,7 +170,7 @@ @apply text-sm; background: none; .col{ - @apply text-sm text-gray-800; + @apply text-base text-gray-800; height: 42px; } } @@ -180,7 +180,7 @@ } .col { - @apply flex items-center relative pl-4 text-center justify-center; + @apply flex items-center relative pl-4 text-center justify-center text-sm; height: 60px; &:after { @@ -209,7 +209,7 @@ } .title { - @apply flex-1 text-base; + @apply flex-1; } .generated-time { diff --git a/src/assets/images/error/ic_broken_image.png b/src/assets/images/error/ic_broken_image.png new file mode 100644 index 0000000..cb76f97 Binary files /dev/null and b/src/assets/images/error/ic_broken_image.png differ diff --git a/src/components/video/video-list-item.tsx b/src/components/video/video-list-item.tsx index 21ffd28..e09c645 100644 --- a/src/components/video/video-list-item.tsx +++ b/src/components/video/video-list-item.tsx @@ -137,7 +137,7 @@ export const VideoListItem = ( {/* : )}*/} -