Skip to content

Commit

Permalink
fix: HistoryDialog using outdated background
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Jan 6, 2025
1 parent b5e35fb commit 6f58005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HistoryDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const StyledDialog = styled(Dialog)({
padding: "22px 24px 54px 24px",
width: "567px !important",
border: "2px solid #388DEE",
background: "#2E4D7B",
background: "#264370",
},
});

Expand Down

0 comments on commit 6f58005

Please sign in to comment.