diff --git a/libs/design-system-components/src/components/Entry/EntryCardHidden/index.tsx b/libs/design-system-components/src/components/Entry/EntryCardHidden/index.tsx
index 6a76fa688b..ae70d9527d 100644
--- a/libs/design-system-components/src/components/Entry/EntryCardHidden/index.tsx
+++ b/libs/design-system-components/src/components/Entry/EntryCardHidden/index.tsx
@@ -42,7 +42,7 @@ const EntryCardHidden: React.FC
= props => {
return (
= props => {
} color="grey1" />
diff --git a/libs/design-system-components/src/components/ExtensionEditStep2Form/Gallery/index.tsx b/libs/design-system-components/src/components/ExtensionEditStep2Form/Gallery/index.tsx
index cecfee3e31..fff88f0b93 100644
--- a/libs/design-system-components/src/components/ExtensionEditStep2Form/Gallery/index.tsx
+++ b/libs/design-system-components/src/components/ExtensionEditStep2Form/Gallery/index.tsx
@@ -70,7 +70,7 @@ export const Gallery: React.FC
= props => {
{displayImages.map((image, index) => (
= props => {
const { name, src, state, uploadingLabel, uploadingErrorLabel, handleClickImage, onDelete } =
props;
return (
-
+
= props => {
= props => {
= ({
const imageUrl = typeof imageData === 'string' ? imageData : imageData?.src;
return (
);
})}
@@ -199,7 +199,7 @@ const ImageModal: React.FC = ({
max={MAX_ZOOM}
step={ZOOM_STEP}
className={tw(
- 'grow h-2 bg(gray-200 dark:gray-700) rounded-lg appearance-none cursor-pointer',
+ 'grow h-2 bg(gray-200 dark:gray-700) rounded-[0.5rem] appearance-none cursor-pointer',
)}
onChange={e => setZoom(Number(e.target.value))}
/>
diff --git a/libs/design-system-components/src/components/OnboardingSuggestionsCard/tag-button.tsx b/libs/design-system-components/src/components/OnboardingSuggestionsCard/tag-button.tsx
index b80eeda35d..1644cf6b40 100644
--- a/libs/design-system-components/src/components/OnboardingSuggestionsCard/tag-button.tsx
+++ b/libs/design-system-components/src/components/OnboardingSuggestionsCard/tag-button.tsx
@@ -19,7 +19,7 @@ export const TagButton: React.FC = props => {
return (