Skip to content

Commit

Permalink
new decline button
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepeg committed Jul 2, 2024
1 parent c8240eb commit e51f867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/frontend/assets/images/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/frontend/screens/Alerts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "react-swipeable-list";
import { ReactComponent as ApproveIcon } from "../assets/images/tick.svg";
import { ReactComponent as DeleteIcon } from "../assets/images/delete.svg";
import { ReactComponent as CloseIcon } from "../assets/images/close.svg";
import RequestAlert from "../../frontend_kids/components/Tasks/RequestAlert";
import useHasRewards from "../hooks/useHasRewards";

Expand Down Expand Up @@ -490,9 +491,9 @@ const Alerts = () => {
>
<div className="action-btn ">
<div className="ItemColumnCentered">
<DeleteIcon width="22px" height="22px" />
<CloseIcon width="22px" height="22px" />
<Text fontSize={"xs"} color={"#fff"}>
Remove
Decline
</Text>
</div>
</div>
Expand Down

0 comments on commit e51f867

Please sign in to comment.