Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: search text no longer overlaps with x icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed May 9, 2022
1 parent 95263a7 commit 0abc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IOBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const BannerHeaderContent = ({ search, setSearch, setIsSearchInputEmpty }) => {
input {
height: 64px;
font-size: 18px;
padding: 20px 24px;
padding: 20px 55px 20px 24px;
background: #1d252c;
border: 1px solid #f9fafa;
border-radius: 4px;
Expand Down

0 comments on commit 0abc6b3

Please sign in to comment.