Skip to content

Commit

Permalink
Border size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melpsh committed Oct 9, 2024
1 parent 4f1c53a commit 739a0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Clients/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import { persistor, store } from "./application/redux/store.ts";
import { PersistGate } from "redux-persist/integration/react";
// import { StyledEngineProvider } from "@mui/material";
import { BrowserRouter as Router } from "react-router-dom";
import dotenv from "dotenv";

dotenv.config();

createRoot(document.getElementById("root")!).render(
<Provider store={store}>
Expand Down
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 739a0f7

Please sign in to comment.