From 10d3d8c453df056ab0c1be1b58fa79f728b6b5d6 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Sun, 9 Mar 2025 15:23:24 +0100 Subject: [PATCH] Made the font for confidential buttons smaller --- src/taskpane/components/ConfidentialButtons.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/taskpane/components/ConfidentialButtons.tsx b/src/taskpane/components/ConfidentialButtons.tsx index 748dc747..bf2f1d38 100644 --- a/src/taskpane/components/ConfidentialButtons.tsx +++ b/src/taskpane/components/ConfidentialButtons.tsx @@ -21,6 +21,7 @@ const useStyles = makeStyles({ width: "100%", minWidth: 0, padding: "8px 4px", + fontSize: "10px", "& span": { justifyContent: "center" }