Skip to content

Commit 9fb64a3

Browse files
authored
fix(dashboard): make hour-pill white in dark mode (#209)
1 parent 88f5374 commit 9fb64a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/dashboard/requirement-breakdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const RequirementBadge = ({
111111
}) => {
112112
const isComplete = current >= total;
113113
return (
114-
<span className="text-sm text-text border border-gray-800 rounded-full px-3 py-0.5 font-medium">
114+
<span className="text-sm text-text border border-text rounded-full px-3 py-0.5 font-medium">
115115
{isComplete
116116
? pluralizeUnit(total, unit)
117117
: current === 0

0 commit comments

Comments
 (0)