Skip to content

Commit 19a2620

Browse files
committed
Initial commit
1 parent 9030d7a commit 19a2620

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

frontend/src/components/dashboard/Dashboard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Dashboard extends Component {
5757
<Navbar />
5858
<div className="p-4 sm:px-12 sm:py-4">
5959
<div className="w-full">
60-
<div className="w-full sm:inline-block hidden px-2 sm:px-4 border-black">
60+
<div className="w-full sm:inline-block hidden px-2 sm:px-4 border-black bg-gr-start rounded-t py-2 text-white">
6161
<span className="inline-block w-2/5">Name</span>
6262
<span className="inline-block w-2/5">Closing Date</span>
6363
<span className="inline-block w-1/5">State</span>

0 commit comments

Comments
 (0)