diff --git a/apps/browser/src/popup/scss/box.scss b/apps/browser/src/popup/scss/box.scss
index 29e54ed9f30..ffb15ba0261 100644
--- a/apps/browser/src/popup/scss/box.scss
+++ b/apps/browser/src/popup/scss/box.scss
@@ -43,7 +43,7 @@
.icon {
display: flex;
align-items: center;
- margin-left: 5px;
+ margin-right: 5px;
@include themify($themes) {
color: themed("headingColor");
diff --git a/apps/browser/src/popup/send/send-add-edit.component.html b/apps/browser/src/popup/send/send-add-edit.component.html
index 19e5c535127..44002dddaa6 100644
--- a/apps/browser/src/popup/send/send-add-edit.component.html
+++ b/apps/browser/src/popup/send/send-add-edit.component.html
@@ -154,9 +154,9 @@
(click)="showOptions = !showOptions"
[attr.aria-expanded]="showOptions"
>
+
+
{{ "options" | i18n }}
-
-
diff --git a/apps/browser/src/popup/settings/options.component.html b/apps/browser/src/popup/settings/options.component.html
index 8f9874faa71..afa77407f5e 100644
--- a/apps/browser/src/popup/settings/options.component.html
+++ b/apps/browser/src/popup/settings/options.component.html
@@ -19,9 +19,9 @@
(click)="showGeneral = !showGeneral"
[attr.aria-expanded]="showGeneral"
>
+
+
General
-
-
@@ -127,9 +127,9 @@
(click)="showDisplay = !showDisplay"
[attr.aria-expanded]="showDisplay"
>
+
+
Display
-
-
@@ -210,9 +210,9 @@
(click)="showAutofill = !showAutofill"
[attr.aria-expanded]="showAutofill"
>
+
+
Autofill
-
-
diff --git a/apps/desktop/src/app/accounts/environment.component.html b/apps/desktop/src/app/accounts/environment.component.html
index 859554b92b1..1788e52e31a 100644
--- a/apps/desktop/src/app/accounts/environment.component.html
+++ b/apps/desktop/src/app/accounts/environment.component.html
@@ -26,8 +26,11 @@
diff --git a/apps/desktop/src/app/accounts/settings.component.html b/apps/desktop/src/app/accounts/settings.component.html
index 06cbb7fe8c6..2e409f6fcab 100644
--- a/apps/desktop/src/app/accounts/settings.component.html
+++ b/apps/desktop/src/app/accounts/settings.component.html
@@ -16,17 +16,17 @@
[attr.aria-expanded]="showSecurity"
appAutofocus
>
- {{ "security" | i18n }}
+ {{ "security" | i18n }}
@@ -120,17 +120,17 @@
(click)="showAccountPreferences = !showAccountPreferences"
[attr.aria-expanded]="showAccountPreferences"
>
- {{ "accountPreferences" | i18n }}
+ {{ "accountPreferences" | i18n }}
@@ -190,17 +190,17 @@
(click)="showAppPreferences = !showAppPreferences"
[attr.aria-expanded]="showAppPreferences"
>
- {{ "appPreferences" | i18n }}
+ {{ "appPreferences" | i18n }}
diff --git a/apps/desktop/src/app/send/add-edit.component.html b/apps/desktop/src/app/send/add-edit.component.html
index 47c0d4ae00c..bae0e073dac 100644
--- a/apps/desktop/src/app/send/add-edit.component.html
+++ b/apps/desktop/src/app/send/add-edit.component.html
@@ -100,12 +100,12 @@
(click)="toggleOptions()"
[attr.aria-expanded]="showOptions"
>
- {{ "options" | i18n }}
+ {{ "options" | i18n }}
diff --git a/apps/desktop/src/app/vault/generator.component.html b/apps/desktop/src/app/vault/generator.component.html
index 6acf7a331bf..28d7b37afe7 100644
--- a/apps/desktop/src/app/vault/generator.component.html
+++ b/apps/desktop/src/app/vault/generator.component.html
@@ -99,14 +99,12 @@
@@ -299,14 +297,12 @@
diff --git a/apps/desktop/src/scss/box.scss b/apps/desktop/src/scss/box.scss
index 64cbf370abf..54acf2e7d8d 100644
--- a/apps/desktop/src/scss/box.scss
+++ b/apps/desktop/src/scss/box.scss
@@ -58,7 +58,7 @@
.icon {
display: flex;
align-items: flex-end;
- margin-left: 5px;
+ margin-right: 5px;
@include themify($themes) {
color: themed("headingColor");
diff --git a/apps/web/src/app/send/add-edit.component.html b/apps/web/src/app/send/add-edit.component.html
index dd9f61c6c58..a112c7be156 100644
--- a/apps/web/src/app/send/add-edit.component.html
+++ b/apps/web/src/app/send/add-edit.component.html
@@ -141,14 +141,16 @@
class="section-header d-flex flex-row align-items-center mt-5"
(click)="toggleOptions()"
>
-
{{ "options" | i18n }}
-
-
-
+
+
+
diff --git a/libs/components/src/link/link.stories.ts b/libs/components/src/link/link.stories.ts
index 68567e2f755..43f85d95a42 100644
--- a/libs/components/src/link/link.stories.ts
+++ b/libs/components/src/link/link.stories.ts
@@ -39,8 +39,8 @@ const ButtonTemplate: Story = (args: ButtonLinkDirective) =
@@ -65,8 +65,8 @@ const AnchorTemplate: Story
= (args: AnchorLinkDirective) =
diff --git a/libs/components/src/stories/icons.stories.mdx b/libs/components/src/stories/icons.stories.mdx
index 3b401695ee8..da8896a904c 100644
--- a/libs/components/src/stories/icons.stories.mdx
+++ b/libs/components/src/stories/icons.stories.mdx
@@ -61,7 +61,7 @@ Avoid using icons to convey information unless paired with meaningful, clear tex
| | bwi-lock-f | - |
| | bwi-minus-circle | remove action |
| | bwi-minus-square | unselect all action |
-| | bwi-paste | paste from clipbaord action |
+| | bwi-paste | paste from clipboard action |
| | bwi-pencil-square | edit action |
| | bwi-play | start or play action |
| | bwi-plus | new or add option in contained buttons/links |
@@ -88,20 +88,20 @@ Avoid using icons to convey information unless paired with meaningful, clear tex
| Icon | bwi-name | Usage |
| ------------------------------------------ | ---------------------- | ------------------------------------------------------- |
-| | bwi-angle-down | drop down or expandable options |
+| | bwi-angle-down | closed dropdown or open expandable section |
| | bwi-angle-left | - |
-| | bwi-angle-right | collapsed section that can be expanded |
+| | bwi-angle-right | closed expandable section |
| | bwi-arrow-circle-down | table sort order |
| | bwi-arrow-circle-left | - |
| | bwi-arrow-circle-right | - |
| | bwi-arrow-circle-up | table sort order |
| | bwi-caret-down | - |
| | bwi-caret-right | - |
-| | bwi-chevron-up | - |
+| | bwi-chevron-up | open dropdown |
| | bwi-dbl-angle-left | - |
| | bwi-dbl-angle-right | - |
| | bwi-ellipsis-h | more options menu horizontal; used in mobile list items |
-| | bwi-ellipsis-v | more optioins menu vertical; used primarily in tables |
+| | bwi-ellipsis-v | more options menu vertical; used primarily in tables |
| | bwi-filter | Product switcher |
| | bwi-hamburger | navigation indicator |
| | bwi-list | toggle list/grid view |
@@ -159,11 +159,11 @@ Avoid using icons to convey information unless paired with meaningful, clear tex
| | bwi-tag | labels |
| | bwi-thumb-tack | - |
| | bwi-thumbs-up | - |
-| | bwi-universal-access | use for accessiblity related actions |
+| | bwi-universal-access | use for accessibility related actions |
| | bwi-user | relates to current user or organization member |
| | bwi-user-circle | - |
| | bwi-user-f | - |
-| | bwi-wrench | tools or aditional configuration options |
+| | bwi-wrench | tools or additional configuration options |
## Platforms and Logos