diff --git a/extension/src/popup/components/ErrorBoundary/index.tsx b/extension/src/popup/components/ErrorBoundary/index.tsx index c0b75ae39b..b1c50068d1 100644 --- a/extension/src/popup/components/ErrorBoundary/index.tsx +++ b/extension/src/popup/components/ErrorBoundary/index.tsx @@ -70,7 +70,7 @@ export const UnhandledError = ({ {isOnAccount ? ( - - ) : null - } - > +
diff --git a/extension/src/popup/views/Account/styles.scss b/extension/src/popup/views/Account/styles.scss index 7dd01c813a..68eb4fdda4 100644 --- a/extension/src/popup/views/Account/styles.scss +++ b/extension/src/popup/views/Account/styles.scss @@ -38,13 +38,12 @@ button { width: 2.5rem; height: 2.5rem; - border-color: var(--sds-clr-gray-11); svg { stroke: var(--sds-clr-base-01); width: 1rem; height: 1rem; - stroke: var(--sds-clr-gray-11); + stroke: var(--sds-clr-gray-12); } } } diff --git a/extension/src/popup/views/AdvancedSettings/index.tsx b/extension/src/popup/views/AdvancedSettings/index.tsx index 93a67231d4..66cfa8f3a4 100644 --- a/extension/src/popup/views/AdvancedSettings/index.tsx +++ b/extension/src/popup/views/AdvancedSettings/index.tsx @@ -178,7 +178,7 @@ export const AdvancedSettings = () => {