From 8f4080c2a959c28b41034136c1330d1a8b573611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Valderrama?= Date: Tue, 28 May 2024 07:57:39 +0200 Subject: [PATCH] fix(icons-plugin): design review --- apps/icons-plugin/src/app/app.component.css | 2 +- .../src/app/components/icon-search/icon-search.component.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/icons-plugin/src/app/app.component.css b/apps/icons-plugin/src/app/app.component.css index ae05e41..ae499b8 100644 --- a/apps/icons-plugin/src/app/app.component.css +++ b/apps/icons-plugin/src/app/app.component.css @@ -2,7 +2,6 @@ display: flex; flex-direction: column; height: 100vh; - gap: 5px; overflow: hidden; .icons-search, @@ -12,6 +11,7 @@ .icons-search { padding-top: var(--spacing-20); + padding-bottom: var(--spacing-16); } .icons-list { diff --git a/apps/icons-plugin/src/app/components/icon-search/icon-search.component.css b/apps/icons-plugin/src/app/components/icon-search/icon-search.component.css index 1b0496a..e5d1ef9 100644 --- a/apps/icons-plugin/src/app/components/icon-search/icon-search.component.css +++ b/apps/icons-plugin/src/app/components/icon-search/icon-search.component.css @@ -13,4 +13,8 @@ &:focus { outline: none; } + + &::placeholder { + opacity: 1; + } }