mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 05:51:23 +00:00
Most Changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.separator {
|
||||
@apply mx-3 bg-gray-400;
|
||||
@apply mx-3 bg-secondary;
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@ interface Props {
|
||||
|
||||
const Featurebar: FC<Props> = ({ title, description, className }) => {
|
||||
const rootClassName = cn(
|
||||
'hidden py-2 px-6 bg-gray-100 text-sm text-gray-600 md:flex flex-row justify-center items-center font-medium',
|
||||
'hidden py-2 px-6 bg-primary-accent text-primary text-sm text-gray-600 md:flex flex-row justify-center items-center font-medium border-b border-primary-accent',
|
||||
className
|
||||
)
|
||||
return (
|
||||
|
Reference in New Issue
Block a user