mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 13:11:23 +00:00
Remove duplicate class name in the I18nWidget comp
This PR removes a duplicate class name in the I18nWidget component.
This commit is contained in:
parent
5d8f3375e8
commit
b20ce99fc9
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
@apply flex cursor-pointer px-6 py-3 flex transition ease-in-out duration-150 text-primary leading-6 font-medium items-center;
|
@apply flex cursor-pointer px-6 py-3 transition ease-in-out duration-150 text-primary leading-6 font-medium items-center;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user