aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/LocationTextField.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/locationBar/LocationTextField.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/LocationTextField.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/renderer/src/components/locationBar/LocationTextField.tsx b/packages/renderer/src/components/locationBar/LocationTextField.tsx
index 5563479..30953de 100644
--- a/packages/renderer/src/components/locationBar/LocationTextField.tsx
+++ b/packages/renderer/src/components/locationBar/LocationTextField.tsx
@@ -37,6 +37,7 @@ const LocationTextFieldRoot = styled(FilledInput, {
37 slot: 'Root', 37 slot: 'Root',
38})(({ theme }) => ({ 38})(({ theme }) => ({
39 padding: '0 12px', 39 padding: '0 12px',
40 flex: '1 0 200px',
40 borderRadius: 18, 41 borderRadius: 18,
41 '&.Mui-focused': { 42 '&.Mui-focused': {
42 outline: `2px solid ${theme.palette.primary.main}`, 43 outline: `2px solid ${theme.palette.primary.main}`,