Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Sep 24, 2024
1 parent bec041f commit 453b82b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension-manifest-v3/src/pages/onboarding/views/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default define({
<ui-text type="display-m">Enable Ghostery to get started</ui-text>
</section>
<div layout="column gap:2">
<ui-text type="label-l" layout="block:center">
<ui-text type="body-l" layout="block:center">
Your Privacy Features:
</ui-text>
<div layout="grid:3 gap">
Expand Down
4 changes: 2 additions & 2 deletions extension-manifest-v3/src/ui/components/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
:host([type="outline-error"]) {
color: var(--ui-color-danger-500);
background: transparent;
border: 1px solid var(--ui-color-gray-200);
border: 1px solid var(--ui-color-danger-300);
}
:host(:active) {
Expand Down Expand Up @@ -93,7 +93,7 @@ export default {
}
:host([type="outline-error"]:hover) {
border-color: var(--ui-color-danger-300);
border-color: var(--ui-color-danger-500);
}
}
Expand Down
4 changes: 2 additions & 2 deletions extension-manifest-v3/src/ui/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ html {

--ui-color-danger-700: #c80f11;
--ui-color-danger-500: #f13436;
--ui-color-danger-300: #f4a4a7;
--ui-color-danger-300: #efb1b3;
--ui-color-danger-100: #ffebeb;

--ui-color-backdrop: var(--ui-color-gray-600);
Expand Down Expand Up @@ -90,7 +90,7 @@ html {
--ui-color-gray-600: #b9bbbe;
--ui-color-gray-400: #88898c;
--ui-color-gray-300: #636468;
--ui-color-gray-200: #2f3136;
--ui-color-gray-200: #36393f;
--ui-color-gray-100: #13151a;

--ui-color-primary-700: #33c7ff;
Expand Down

0 comments on commit 453b82b

Please sign in to comment.