enzostvs HF Staff commited on
Commit
8aa119d
·
1 Parent(s): 95f0141

ghost button

Browse files
Files changed (1) hide show
  1. src/components/preview/preview.tsx +1 -1
src/components/preview/preview.tsx CHANGED
@@ -61,7 +61,7 @@ function Preview({
61
  <a
62
  href="https://huggingface.co/spaces/victor/deepsite-gallery"
63
  target="_blank"
64
- className="bg-indigo-500 shadow-md text-white text-xs lg:text-sm font-medium py-2 px-3 lg:px-4 rounded-lg flex items-center gap-2 border border-indigo-500 hover:brightness-150 transition-all duration-100 cursor-pointer"
65
  >
66
  🖼️ <span>Deepsite Gallery</span>
67
  </a>
 
61
  <a
62
  href="https://huggingface.co/spaces/victor/deepsite-gallery"
63
  target="_blank"
64
+ className="bg-gray-200 text-gray-950 text-xs lg:text-sm font-medium py-2 px-3 lg:px-4 rounded-lg flex items-center gap-2 border border-gray-200 hover:bg-gray-300 transition-all duration-100 cursor-pointer"
65
  >
66
  🖼️ <span>Deepsite Gallery</span>
67
  </a>