Skip to content

Commit

Permalink
feat(web): tiny-margin-adjustment on accordions
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Feb 2, 2024
1 parent 57b3b26 commit 258ed27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/accordion/accordion-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Minus from "../../assets/svgs/accordion/minus.svg";
import { svg, button } from "../../styles/common-style";

const StyledDiv = styled.div`
margin: 8px 0px;
.accordion-button {
${button}
width: 100%;
Expand Down

0 comments on commit 258ed27

Please sign in to comment.