-
·
+
-
·
+
diff --git a/frontend/app/components/shared/SessionItem/sessionItem.module.css b/frontend/app/components/shared/SessionItem/sessionItem.module.css
index 897ee327f..34ed53ad9 100644
--- a/frontend/app/components/shared/SessionItem/sessionItem.module.css
+++ b/frontend/app/components/shared/SessionItem/sessionItem.module.css
@@ -1,8 +1,8 @@
.sessionItem {
background-color: #fff;
user-select: none;
- border-radius: 3px;
- border: solid thin #EEEEEE;
+ /* border-radius: 3px; */
+ /* border: solid thin #EEEEEE; */
transition: all 0.4s;
& .favorite {
@@ -14,7 +14,7 @@
&:hover {
background-color: $active-blue;
- border: solid thin $active-blue-border;
+ /* border: solid thin $active-blue-border; */
transition: all 0.2s;
& .playLink {
diff --git a/frontend/app/components/ui/Icon/Icon.js b/frontend/app/components/ui/Icon/Icon.js
index 7fc6ffee9..0ed03acaa 100644
--- a/frontend/app/components/ui/Icon/Icon.js
+++ b/frontend/app/components/ui/Icon/Icon.js
@@ -11,7 +11,7 @@ const Icon = ({
color = 'gray-medium',
className = '',
style={},
- marginRight,
+ marginRight = 0,
inline = false,
...props
}) => {
diff --git a/frontend/app/components/ui/SVG.tsx b/frontend/app/components/ui/SVG.tsx
index 5cfd4ebb9..b489a90c6 100644
--- a/frontend/app/components/ui/SVG.tsx
+++ b/frontend/app/components/ui/SVG.tsx
@@ -306,7 +306,7 @@ const SVG = (props: Props) => {
case 'play-circle': return
;
case 'play-fill-new': return
;
case 'play-fill': return
;
- case 'play-hover': return
;
+ case 'play-hover': return
;
case 'play': return
;
case 'plus-circle': return
;
case 'plus': return
;
diff --git a/frontend/app/svg/icons/play-hover.svg b/frontend/app/svg/icons/play-hover.svg
index 4939d51d9..13b3c271b 100644
--- a/frontend/app/svg/icons/play-hover.svg
+++ b/frontend/app/svg/icons/play-hover.svg
@@ -1,4 +1,4 @@
-