Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Add css and renamed the folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed May 30, 2022
1 parent 0558571 commit a483968
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
@import "./src/stories/counter/counter";
@import "./src/stories/checkbox/checkbox";
@import "./src/stories/availability-label/availability-label";
@import "./src/stories/icon/icon-favourite/IconFavourite";

@import "./src/stories/list-reservation/list-reservation";
@import "./src/stories/list-dashboard/list-dashboard";
Expand Down
3 changes: 3 additions & 0 deletions src/stories/icon/icon-favourite/IconFavourite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.icon-favourite {
cursor: pointer;
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const IconFavourite = ({ fill }: IconFavouriteProps) => {
// It is made as inline svg to be able to change fill value from props
return (
<svg
className="icon-favourite"
width="24"
height="24"
viewBox="0 0 24 24"
Expand Down

0 comments on commit a483968

Please sign in to comment.