- improved Dashboard ui
This commit is contained in:
@@ -15,7 +15,7 @@ const StatusItemUTC = ({ statusInfoItem, description }: StatusItemProps) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="p-3 border border-gray-700 rounded-lg">
|
||||
<div className="p-3 border border-gray-700 rounded-lg hover:bg-[#233241]">
|
||||
<div className="flex flex-row gap-2 items-center">
|
||||
<span className="font-bold text-xl bg-slate-700 p-1 px-2 rounded-md">
|
||||
<FontAwesomeIcon icon={faClock} />
|
||||
|
||||
Reference in New Issue
Block a user