Added the remaining sections
This commit is contained in:
@@ -68,7 +68,7 @@ const useStyles = makeStyles({
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
},
|
},
|
||||||
section: {
|
section: {
|
||||||
marginBottom: "4px",
|
marginBottom: "6px",
|
||||||
padding: "12px",
|
padding: "12px",
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
backgroundColor: tokens.colorNeutralBackground2,
|
backgroundColor: tokens.colorNeutralBackground2,
|
||||||
@@ -146,12 +146,30 @@ const App: React.FC<AppProps> = () => {
|
|||||||
<div className={styles.root} data-theme={theme}>
|
<div className={styles.root} data-theme={theme}>
|
||||||
<div className={styles.section}>
|
<div className={styles.section}>
|
||||||
<Subtitle1 block className={styles.sectionTitle}>
|
<Subtitle1 block className={styles.sectionTitle}>
|
||||||
Shape Tools
|
Content
|
||||||
</Subtitle1>
|
</Subtitle1>
|
||||||
<MatchSizes />
|
<MatchSizes />
|
||||||
<div style={{ marginTop: "8px" }}></div>
|
<div style={{ marginTop: "8px" }}></div>
|
||||||
<MatchProperties />
|
<MatchProperties />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className={styles.section}>
|
||||||
|
<Subtitle1 block className={styles.sectionTitle}>
|
||||||
|
Progress Bar
|
||||||
|
</Subtitle1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className={styles.section}>
|
||||||
|
<Subtitle1 block className={styles.sectionTitle}>
|
||||||
|
Confidential
|
||||||
|
</Subtitle1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className={styles.section}>
|
||||||
|
<Subtitle1 block className={styles.sectionTitle}>
|
||||||
|
Alignment
|
||||||
|
</Subtitle1>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Status message area at the bottom */}
|
{/* Status message area at the bottom */}
|
||||||
{isProcessing && (
|
{isProcessing && (
|
||||||
|
|||||||
Reference in New Issue
Block a user