Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit c2547c4

Browse files
committed
fix: Fix border-radius for product item in products view
1 parent 4936feb commit c2547c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function generateMetadata(): Metadata {
1717
shortcut: '/icons/favicon.ico'
1818
},
1919
description: desc,
20-
themeColor: '#e21124',
20+
themeColor: '#200706',
2121
openGraph: {
2222
title: CONFIG_TITLE,
2323
description: desc,

views/products/item/ItemProducts.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
@include mobile-tablet {
3636
width: 100%;
3737

38-
> div {
38+
> div:first-of-type {
3939
border-radius: var(--radius) var(--radius) 0 0;
4040
}
4141
}

0 commit comments

Comments
 (0)