File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ export function ImageLightbox({
75
75
76
76
< Dialog . Content className = "image-lightbox-content fixed left-[50%] top-[50%] z-50 max-h-[90vh] max-w-[90vw] translate-x-[-50%] translate-y-[-50%]" >
77
77
{ /* Close button */ }
78
- < Dialog . Close className = "absolute right-4 top-4 z-10 rounded-sm bg-black/50 p-2 text-white opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-black/50 " >
79
- < X className = "h-4 w-4" />
78
+ < Dialog . Close className = "absolute right-4 top-4 z-10 rounded-sm bg-[var(--flame0)] border border-white/20 p-2 text-white opacity-90 transition-all duration-200 hover:opacity-100 hover:bg-[var(--flame1)] hover:border-white/30 hover:scale-105 focus:outline-none focus:ring-2 focus:ring-white active:scale-95 flex items-center justify-center " >
79
+ < X className = "h-4 w-4 stroke-[2.5] " />
80
80
< span className = "sr-only" > Close</ span >
81
81
</ Dialog . Close >
82
82
You can’t perform that action at this time.
0 commit comments