aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/SecurityLabel.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/locationBar/SecurityLabel.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/SecurityLabel.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/renderer/src/components/locationBar/SecurityLabel.tsx b/packages/renderer/src/components/locationBar/SecurityLabel.tsx
index d9dff86..0017f89 100644
--- a/packages/renderer/src/components/locationBar/SecurityLabel.tsx
+++ b/packages/renderer/src/components/locationBar/SecurityLabel.tsx
@@ -45,7 +45,7 @@ const SecurityLabelText = styled('span', {
45 name: 'SecurityLabel', 45 name: 'SecurityLabel',
46 slot: 'Text', 46 slot: 'Text',
47})(({ theme }) => ({ 47})(({ theme }) => ({
48 marginInlineStart: theme.spacing(1), 48 marginLeft: theme.spacing(1),
49 // Keep the same baseline as the input box text. 49 // Keep the same baseline as the input box text.
50 paddingBottom: 1, 50 paddingBottom: 1,
51 fontWeight: theme.typography.fontWeightMedium, 51 fontWeight: theme.typography.fontWeightMedium,