sync: update from private repo (fd190dc)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-06 00:39:26 +00:00
parent afae52873b
commit caa0d03900
70 changed files with 294 additions and 208 deletions
@@ -56,7 +56,7 @@ export function AmazonProductsCard({ data, onExpand }: { data: AmazonData; onExp
<div className="text-center mt-2">
<button
onClick={onExpand}
className="text-blue-500 hover:text-blue-700 cursor-pointer bg-transparent border-none"
className="text-blue-500 hover:text-blue-700 dark:hover:text-blue-300 cursor-pointer bg-transparent border-none"
style={{ fontSize: 11 }}
>
&#9660;
+1 -1
View File
@@ -32,7 +32,7 @@ export function MapPlacesCard({ data, onExpand }: { data: MapData; onExpand: ()
<div className="text-center mt-2">
<button
onClick={onExpand}
className="text-blue-500 hover:text-blue-700 cursor-pointer bg-transparent border-none"
className="text-blue-500 hover:text-blue-700 dark:hover:text-blue-300 cursor-pointer bg-transparent border-none"
style={{ fontSize: 11 }}
>
&#9660;
+1 -1
View File
@@ -55,7 +55,7 @@ export function XPostsCard({ data, onExpand }: { data: XPostData; onExpand: () =
<div className="text-center mt-2">
<button
onClick={onExpand}
className="text-blue-500 hover:text-blue-700 cursor-pointer bg-transparent border-none"
className="text-blue-500 hover:text-blue-700 dark:hover:text-blue-300 cursor-pointer bg-transparent border-none"
style={{ fontSize: 11 }}
>
&#9660;
@@ -59,7 +59,7 @@ export function YouTubeVideosCard({ data, onExpand }: { data: YouTubeData; onExp
<div className="text-center mt-2">
<button
onClick={onExpand}
className="text-blue-500 hover:text-blue-700 cursor-pointer bg-transparent border-none"
className="text-blue-500 hover:text-blue-700 dark:hover:text-blue-300 cursor-pointer bg-transparent border-none"
style={{ fontSize: 11 }}
>
&#9660;