Skip to content

Commit

Permalink
Merge pull request #53 from melpsh/006-oct-borderFix
Browse files Browse the repository at this point in the history
Border size fix to  1px
  • Loading branch information
gorkem-bwl authored Oct 9, 2024
2 parents 4e7f581 + 739a0f7 commit 1fa4f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Clients/src/presentation/pages/ComplianceTracker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Compliance = ({
onChange={handleAccordionChange(id)}
sx={{
mt: spacing(4.5),
border: "2px solid",
border: "1px solid",
borderColor: "#eaecf0",
width: "100%",
marginLeft: spacing(0.75),
Expand Down Expand Up @@ -198,7 +198,7 @@ const Compliance = ({
padding: spacing(2),
paddingLeft: spacing(6),
textAlign: "end",
border: "2px solid",
border: "1px solid",
borderColor: "#EAECF0",
}}
>
Expand Down

0 comments on commit 1fa4f0a

Please sign in to comment.