diff --git a/client/patterns/floating-label/floating-label.css b/client/patterns/floating-label/floating-label.css
index c07ed08..90355e8 100644
--- a/client/patterns/floating-label/floating-label.css
+++ b/client/patterns/floating-label/floating-label.css
@@ -1,8 +1,8 @@
-.floating-container label {
+.p-floating-container label {
opacity: 0;
}
-.floating-container input:not(:placeholder-shown) + label {
+.p-floating-container input:not(:placeholder-shown) + label {
background: #FFF;
transform: translate(0, -50%);
opacity: 1;
diff --git a/client/patterns/menu/Details.tsx b/client/patterns/menu/Details.tsx
index bc0d17a..248b9df 100644
--- a/client/patterns/menu/Details.tsx
+++ b/client/patterns/menu/Details.tsx
@@ -33,7 +33,7 @@ const Details: React.FC<{}> = () => {
}}
>
= () => {
= () => {
= () => {
justifyContent: 'center',
}}
>
-
+
@@ -29,7 +29,7 @@ const Details: React.FC<{}> = () => {
)}
source={`
-
-
-
-
-
-
+
+
+
+
+
+
`}
/>
diff --git a/client/patterns/rating/Star.tsx b/client/patterns/rating/Star.tsx
index acae76c..9e97923 100644
--- a/client/patterns/rating/Star.tsx
+++ b/client/patterns/rating/Star.tsx
@@ -8,7 +8,7 @@ interface StarProps {
const Star: React.FC
= ({ isActive }) => {
return (
-