This commit is contained in:
client perkafean
2024-08-27 05:57:12 +00:00
parent 082de83558
commit 47b09d8eb8
2 changed files with 2 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ const App = ({ cafeId }) => {
return (
<div className={styles.Transactions} style={{ backgroundColor: "#cfcfcf" }}>
<h2 className={styles["Transactions-title"]}>Reports</h2>
<div style={{ marginTop: "30px", textAlign: "center" }}>
<div style={{ textAlign: "center" }}>
<div>
<label>
<input
@@ -225,7 +225,6 @@ const App = ({ cafeId }) => {
display: "flex",
flexWrap: "wrap",
justifyContent: "center",
marginTop: "20px",
padding: "20px",
}}
>

View File

@@ -18,7 +18,7 @@
color: rgba(88, 55, 50, 1);
text-align: left;
margin-left: 20px;
margin-top: 30px;
margin-top: 40px;
}
.Transactions-detail {