Skip to content

Commit 6945c34

Browse files
changed chip color to gray
1 parent 5820759 commit 6945c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/search/SearchResultsTable/searchResultsTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function Row({
260260
}
261261
placement="top"
262262
>
263-
<Typography className="text-xs text-black text-center rounded-full px-1 py-1 ml-1 w-8 block bg-cornflower-50">
263+
<Typography className="text-xs text-black text-center rounded-full px-1 py-1 ml-1 w-8 block bg-gray-100">
264264
{most_recent_semester}
265265
</Typography>
266266
</Tooltip>

0 commit comments

Comments
 (0)