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; + } }