Initial version of MatchProperties and border ajustment

This commit is contained in:
2025-03-07 23:54:15 +01:00
parent e4589ee252
commit a9c568a20d
3 changed files with 227 additions and 2 deletions
+3
View File
@@ -1,6 +1,7 @@
import * as React from "react";
import { useEffect, useState } from "react";
import MatchSizes from "./MatchSizes";
import MatchProperties from "./MatchProperties";
import { makeStyles, Text, Subtitle1, tokens, Theme } from "@fluentui/react-components";
interface AppProps {
@@ -60,6 +61,8 @@ const App: React.FC<AppProps> = () => {
Shape Tools
</Subtitle1>
<MatchSizes />
<div style={{ marginTop: "8px" }}></div>
<MatchProperties />
</div>
<div className={styles.footer}>