Removed left/right border from search input

This commit is contained in:
Thomas Smith 2022-12-19 16:51:04 -05:00
parent 2191416805
commit 693b44f635

View file

@ -16,7 +16,7 @@
}; };
</script> </script>
<section class={`flex items-center py-2 ${size} ${clazz}`}> <section class={`flex border-b border-r-0 border-l-0 items-center py-2 ${size} ${clazz}`}>
<div class="icon pl-4"> <div class="icon pl-4">
<i class="icon-search-icon" /> <i class="icon-search-icon" />
</div> </div>