Skip to content

Commit

Permalink
fix: top component border added to parent element
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jun 20, 2023
1 parent 52316d8 commit 2791548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/popup/components/home/top/Top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import icon from '@assets/img/icon.svg';

export default function TopComponent() {
return (
<section className="flex h-[55px] items-center">
<div className="w-full border-b border-b-big-stone">
<section className="flex h-[55px] items-center border-b border-b-big-stone">
<div className="w-full">
<div className="flex">
{/*LOGO*/}
<div className="flex columns-[45px] items-center">
Expand Down

0 comments on commit 2791548

Please sign in to comment.