Skip to content

Commit

Permalink
Merge pull request #171 from JNU-econovation/FE
Browse files Browse the repository at this point in the history
feat: 필터 색상 변경
  • Loading branch information
mlnwns authored Jul 26, 2024
2 parents 8240d14 + de0698d commit 1fa97d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FE/error/src/components/SideBar/publicFilter/PublicFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const PublicFilter = () => {
<div style={{ fontSize: "1.1rem" }}>에코노 캘린더</div>
</div>
<StyledSceduleType>
<ScheduleToggle color={"#ff9898"} />
<ScheduleToggle color={"#FF968A"} />
공식행사
</StyledSceduleType>
<StyledSceduleType>
<ScheduleToggle color={"#98c8ff"} />
<ScheduleToggle color={"#ffd4b5"} />
주간발표
</StyledSceduleType>
</StyledPublicFilterFrame>
Expand Down
2 changes: 1 addition & 1 deletion FE/error/src/utils/filterUtils/FilterColorSelect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const FilterColorSelect = ({ setFilterColor }) => {
"#D6EFD8",
"#FF968A",
"#D4BDAC",
"#FFC8A2",
"#ffd4b5",
"#AAEF98",
];

Expand Down

0 comments on commit 1fa97d4

Please sign in to comment.