From 162d1997280c609806921df1197cc6bb9ac7eff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:04:15 +0300 Subject: [PATCH] Fix button dimensions --- src/app/components/image/image.css | 2 ++ src/app/components/image/image.ts | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/components/image/image.css b/src/app/components/image/image.css index b8a4ecaa43e..8c728d5ee28 100755 --- a/src/app/components/image/image.css +++ b/src/app/components/image/image.css @@ -16,6 +16,8 @@ top: 0; width: 100%; height: 100%; + outline: none; + border: none; display: flex; align-items: center; justify-content: center; diff --git a/src/app/components/image/image.ts b/src/app/components/image/image.ts index b9b073f460f..4bf8beed528 100755 --- a/src/app/components/image/image.ts +++ b/src/app/components/image/image.ts @@ -23,7 +23,7 @@ import { FocusTrapModule } from 'primeng/focustrap'; template: ` -