fix border blicking in white on transition

This commit is contained in:
Gustavo Lelis 2020-04-08 12:32:32 -03:00 committed by James A. Petts
parent 4668fbfa27
commit 636f86323a

View File

@ -90,7 +90,7 @@ const SidePanel = ({
minWidth: `${collapsedWidth}px`,
width: `${collapsedWidth}px`,
}}
className="flex flex-col text-xs px-1 py-1 text-white"
className="flex flex-col text-xs px-1 py-1 text-white border-transparent border-b-2"
>
<Icon name={iconName} className="text-primary-active" />
<span className="mt-2 text-white text-xs">{iconLabel}</span>