diff --git a/jsapp/js/account/accountFieldsEditor.module.scss b/jsapp/js/account/accountFieldsEditor.module.scss index d7fc67d957..0e46599c08 100644 --- a/jsapp/js/account/accountFieldsEditor.module.scss +++ b/jsapp/js/account/accountFieldsEditor.module.scss @@ -24,7 +24,7 @@ .checkboxLabel { margin-top: sizes.$x6; margin-bottom: sizes.$x6; - color: colors.$kobo-gray-24; + color: colors.$kobo-gray-800; } :global { @@ -63,7 +63,7 @@ .socialLabel, .checkboxLabel { width: 100%; - color: colors.$kobo-gray-24; + color: colors.$kobo-gray-800; font-size: sizes.$x12; line-height: textBox.$label-leading; margin-bottom: textBox.$label-margin; diff --git a/jsapp/js/account/accountSettings.scss b/jsapp/js/account/accountSettings.scss index 4a63d9c828..dc5306a24b 100644 --- a/jsapp/js/account/accountSettings.scss +++ b/jsapp/js/account/accountSettings.scss @@ -13,7 +13,7 @@ h4 { margin: 0; font-weight: 400; - color: colors.$kobo-gray-24; + color: colors.$kobo-gray-800; } .kobo-select { diff --git a/jsapp/js/account/add-ons/addOnList.module.scss b/jsapp/js/account/add-ons/addOnList.module.scss index d7396b8f29..0844054a66 100644 --- a/jsapp/js/account/add-ons/addOnList.module.scss +++ b/jsapp/js/account/add-ons/addOnList.module.scss @@ -41,7 +41,7 @@ } .price { - color: colors.$kobo-gray-40; + color: colors.$kobo-gray-700; } .productName { diff --git a/jsapp/js/account/plans/confirmChangeModal.component.tsx b/jsapp/js/account/plans/confirmChangeModal.component.tsx index cfcabc8c2f..1b0b12213a 100644 --- a/jsapp/js/account/plans/confirmChangeModal.component.tsx +++ b/jsapp/js/account/plans/confirmChangeModal.component.tsx @@ -202,7 +202,7 @@ const ConfirmChangeModal = ({ label={t('Submit')} /> ) : ( - + )} {item.label} diff --git a/jsapp/js/account/security/apiToken/apiTokenSection.module.scss b/jsapp/js/account/security/apiToken/apiTokenSection.module.scss index b2892c7904..130237141b 100644 --- a/jsapp/js/account/security/apiToken/apiTokenSection.module.scss +++ b/jsapp/js/account/security/apiToken/apiTokenSection.module.scss @@ -10,7 +10,7 @@ align-items: baseline; column-gap: sizes.$x16; border-top: sizes.$x1 solid; - border-color: colors.$kobo-gray-92; + border-color: colors.$kobo-gray-300; } .titleSection { @@ -23,7 +23,7 @@ .title { margin: 0; - color: colors.$kobo-gray-40; + color: colors.$kobo-gray-700; font-weight: 600; line-height: 1.6; } diff --git a/jsapp/js/account/security/email/emailSection.component.tsx b/jsapp/js/account/security/email/emailSection.component.tsx index 8c2f77cbce..7dc80ba3f9 100644 --- a/jsapp/js/account/security/email/emailSection.component.tsx +++ b/jsapp/js/account/security/email/emailSection.component.tsx @@ -150,7 +150,7 @@ export default function EmailSection() {