manual close btn
This commit is contained in:
@ -344,7 +344,12 @@ class DashboardLayoutManager:
|
||||
html.Button([
|
||||
html.I(className="fas fa-arrow-down me-1"),
|
||||
"SELL"
|
||||
], id="manual-sell-btn", className="btn btn-danger btn-sm",
|
||||
], id="manual-sell-btn", className="btn btn-danger btn-sm me-2",
|
||||
style={"fontSize": "10px", "padding": "2px 8px"}),
|
||||
html.Button([
|
||||
html.I(className="fas fa-times me-1"),
|
||||
"CLOSE"
|
||||
], id="manual-close-btn", className="btn btn-secondary btn-sm",
|
||||
style={"fontSize": "10px", "padding": "2px 8px"})
|
||||
], className="d-flex")
|
||||
], className="d-flex justify-content-between align-items-center mb-2"),
|
||||
|
Reference in New Issue
Block a user