Dark yellow highlight

This commit is contained in:
Willian Mitsuda 2021-07-05 17:44:57 -03:00
parent 646d345215
commit 1b26e6be27
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ const TransactionItem: React.FC<TransactionItemProps> = ({
return (
<div
className={`grid grid-cols-12 gap-x-1 items-baseline text-sm border-t border-gray-200 hover:bg-gray-100 ${
flash ? "bg-yellow-100" : ""
className={`grid grid-cols-12 gap-x-1 items-baseline text-sm border-t border-gray-200 ${
flash ? "bg-yellow-100 hover:bg-yellow-200" : "hover:bg-gray-100"
} px-2 py-3`}
>
<div className="col-span-2 flex space-x-1 items-baseline">