feat: remove image borders for service

This commit is contained in:
2025-06-24 19:04:59 +02:00
parent d097735965
commit 18664dbd8b

View File

@ -76,7 +76,7 @@ const AuthorizePage: FC = () => {
<div className="text-gray-400 dark:text-gray-600"> <div className="text-gray-400 dark:text-gray-600">
<ArrowLeftRight /> <ArrowLeftRight />
</div> </div>
<div className="w-12 h-12 rounded-full flex items-center justify-center overflow-hidden bg-gray-900 ring ring-gray-400 dark:ring dark:ring-gray-500"> {/* <div className="w-12 h-12 rounded-full flex items-center justify-center overflow-hidden bg-gray-900 ring ring-gray-400 dark:ring dark:ring-gray-500"> */}
{/* <img {/* <img
src="https://lucide.dev/logo.dark.svg" src="https://lucide.dev/logo.dark.svg"
className="w-8 h-8" className="w-8 h-8"
@ -84,13 +84,13 @@ const AuthorizePage: FC = () => {
{apiService?.icon_url ? ( {apiService?.icon_url ? (
<img <img
src={apiService.icon_url} src={apiService.icon_url}
className="w-full h-full" className="w-12 h-12"
alt="service_icon" alt="service_icon"
/> />
) : ( ) : (
<LayoutDashboard size={32} color="#fefefe" /> <LayoutDashboard size={32} color="#fefefe" />
)} )}
</div> {/* </div> */}
</div> </div>
<div className="px-4 sm:mt-4 mt-8"> <div className="px-4 sm:mt-4 mt-8">