Updated the background color to match standard.

This commit is contained in:
Bram Suurd
2024-05-02 19:58:02 +02:00
parent 8d8c6fad72
commit bd66888c06

View File

@@ -84,7 +84,7 @@ const ScriptItem: React.FC<ScriptProps> = ({ scriptID }) => {
<div className="flex justify-between">
<div className="flex">
<Image
className="h-48 w-48 rounded-lg bg-[#077EC7] object-contain p-5"
className="h-48 w-48 rounded-lg bg-[#0080C4] object-contain p-5"
src={item.logo}
width={400}
height={400}