diff --git a/src/taskpane/components/App.tsx b/src/taskpane/components/App.tsx index 0822807a..bbf4c8aa 100644 --- a/src/taskpane/components/App.tsx +++ b/src/taskpane/components/App.tsx @@ -68,7 +68,7 @@ const useStyles = makeStyles({ alignItems: "center", }, section: { - marginBottom: "4px", + marginBottom: "6px", padding: "12px", borderRadius: "8px", backgroundColor: tokens.colorNeutralBackground2, @@ -146,12 +146,30 @@ const App: React.FC = () => {
- Shape Tools + Content
+ +
+ + Progress Bar + +
+ +
+ + Confidential + +
+ +
+ + Alignment + +
{/* Status message area at the bottom */} {isProcessing && (