Skip to content

Commit

Permalink
chore: align all text to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarc-RAJAONARIVELONA authored and NyAndoMayah committed Jun 19, 2024
1 parent 6573142 commit 02fd588
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ui/haList/HaList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ const DatagridWrapper = styled("div")({
"& th, & th span": {
fontWeight: 550,
color: "#bf660d",
justifyContent: "flex-start !important",
backgroundColor: `${PALETTE_COLORS.bgGrey} !important`,
},
"& td span, & th span": {
padding: "5px 0",
"& td span": {
padding: "5px 1rem",
display: "flex",
justifyContent: "center",
justifyContent: "flex-start",
},
"& thead th span": {
color: PALETTE_COLORS.typography.black,
Expand Down

0 comments on commit 02fd588

Please sign in to comment.