Skip to content

Commit

Permalink
newCard/admin border
Browse files Browse the repository at this point in the history
  • Loading branch information
simbafs committed Oct 13, 2024
1 parent a30dd9f commit 6c10164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/useTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function useTime(title: string, time: number, setTime: (value: number) =>
const component = (
<div
onClick={e => e.stopPropagation()}
className="m-2 flex flex-col items-center rounded-md border border-black p-2"
className="m-2 flex flex-col items-center rounded-md border-2 border-gray-400 p-2"
>
<p>{title}</p>
<div className="grid w-full grid-cols-5 gap-2">
Expand Down

0 comments on commit 6c10164

Please sign in to comment.