mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Made recent transactions widget bigger to support longer product names
This commit is contained in:
parent
902fe044a1
commit
af723f766d
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ export default function Dashboard() {
|
|||
<h1 style={styles.text_large}>Dashboard</h1>
|
||||
</div>
|
||||
<div style={{ display: "flex", flexDirection: "row" }}>
|
||||
<div style={{ flex: 8 }}>
|
||||
<div style={{ flex: 7 }}>
|
||||
<div style={styles.flex_column}>
|
||||
<div style={{ ...styles.widget, ...{ flex: 5 } }}>
|
||||
<div style={styles.content_row}>
|
||||
|
@ -64,7 +64,7 @@ export default function Dashboard() {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style={{ flex: 2 }}>
|
||||
<div style={{ flex: 3 }}>
|
||||
<div style={styles.widget}>
|
||||
<div style={styles.content_row}>
|
||||
<LogsIcon size={8} color="white" />
|
||||
|
|
Loading…
Reference in a new issue