mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
Fix alignment of ID label on tables and remove remarks from search criteria
This commit is contained in:
parent
18308d5055
commit
56f30fa60c
3 changed files with 13 additions and 12 deletions
|
@ -72,7 +72,9 @@ export default function EquipmentListPage() {
|
|||
<Table sx={{ minWidth: "32rem" }} size="medium">
|
||||
<TableHead>
|
||||
<TableRow style={{ backgroundColor: colors.header_color }}>
|
||||
<TableCell style={styles.text_light}>ID</TableCell>
|
||||
<TableCell align="center" style={styles.text_light}>
|
||||
ID
|
||||
</TableCell>
|
||||
<TableCell align="center" style={styles.text_light}>
|
||||
Name
|
||||
</TableCell>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue