Skip to content

Commit 9594598

Browse files
committed
Invenio Styling and Reporting Changes
1 parent fb9acf9 commit 9594598

4 files changed

Lines changed: 335 additions & 319 deletions

File tree

frontend/src/components/Daily Stock Report/DailyStockReport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const DailyStockReport = () => {
6868

6969
return (
7070
<Card className="daily-stock-report shadow-sm rounded" style={{ maxWidth: '95%', margin: '20px auto' }}>
71-
<Card.Header className="bg-dark text-white d-flex justify-content-between align-items-center">
71+
<Card.Header className="text-black d-flex justify-content-between align-items-center">
7272
<h5 className="mb-0">📦 Daily Stock Report</h5>
7373
</Card.Header>
7474

@@ -122,7 +122,7 @@ const DailyStockReport = () => {
122122
) : (
123123
<>
124124
<Table striped bordered hover responsive className="text-center">
125-
<thead className="table-dark">
125+
<thead className="table-White">
126126
<tr>
127127
<th>Product</th>
128128
<th>Purchase Price</th>

0 commit comments

Comments
 (0)