4
0
forked from crowetic/commerce
This commit is contained in:
Belen Curcio 2020-10-26 13:33:25 -03:00
parent 6e2ffa534d
commit 080616bf7a
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const Avatar: FC<Props> = ({}) => {
return ( return (
<div <div
className="inline-block h-8 w-8 rounded-full border-2 border-primary hover:border-secondary transition linear-out duration-150" className="inline-block h-8 w-8 rounded-full border-2 border-primary hover:border-secondary focus:border-secondary transition linear-out duration-150"
style={{ style={{
backgroundImage: `linear-gradient(140deg, ${bg[0]}, ${bg[1]} 100%)`, backgroundImage: `linear-gradient(140deg, ${bg[0]}, ${bg[1]} 100%)`,
}} }}

View File

@ -7,10 +7,10 @@
} }
.item { .item {
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-primary flex items-center outline-none; @apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-primary flex items-center outline-none text-accents-6;
&:hover { &:hover {
@apply text-accents-8 transition scale-110 duration-100; @apply text-accents-9 transition scale-110 duration-100;
} }
&:last-child { &:last-child {