Skip to content

Commit

Permalink
feat(datePicker): add date picker component
Browse files Browse the repository at this point in the history
  • Loading branch information
HQFOX committed Apr 28, 2023
1 parent 1cc72bd commit 1574efe
Show file tree
Hide file tree
Showing 17 changed files with 2,258 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import singleCalendarClasses from "./singleCalendarClasses";

export const StyledCalendarContainer = styled("div")({
backgroundColor: theme.colors.atmo1,
width: "320px",
width: "318px",
minHeight: "440px",
position: "relative",
});
Expand Down

0 comments on commit 1574efe

Please sign in to comment.