From cd37624de4174ccc8ed21441306bb1223caf1bac Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Mon, 9 May 2022 12:01:12 +0200 Subject: [PATCH] Theme consistency updates (#960) * fix: theme palette and shape * fix: update snapshots * fix: adjust after review --- .../src/component/admin/users/UsersAdmin.tsx | 3 + .../common/Codebox/Codebox.styles.ts | 2 +- .../ConstraintAccordion.styles.ts | 2 +- .../ConstraintOperator.styles.ts | 4 +- .../common/DividerText/DividerText.styles.ts | 4 +- .../component/common/PageContent/styles.ts | 2 +- .../common/PaginateUI/PaginationUI.styles.ts | 4 +- .../component/common/SearchField/styles.ts | 4 +- .../common/SkipNav/SkipNavLink.styles.ts | 2 +- .../common/TabNav/TabNav/TabNav.styles.ts | 2 +- .../CellSortable/CellSortable.styles.ts | 3 + .../Table/TableActions/TableActions.tsx | 4 - .../TableSearchField.styles.ts | 5 +- .../TableSearchField.styles.ts | 4 +- .../Table/TableToolbar/TableToolbar.styles.ts | 2 +- .../Table/TableToolbar/TableToolbar.tsx | 19 +++-- .../ContectFormChip/ContextFormChip.styles.ts | 2 +- .../FeatureStrategySegmentList.styles.ts | 2 +- .../FeatureLinkCell/FeatureLinkCell.styles.ts | 14 +++- .../FeatureLinkCell/FeatureLinkCell.tsx | 6 +- .../FeatureSeenCell/FeatureSeenCell.tsx | 16 ++-- .../FeatureToggleListTable.tsx | 2 +- .../FeatureTypeCell/FeatureTypeCell.styles.ts | 1 - .../FeatureToggleListNew.styles.ts | 1 + .../FeatureOverviewEnvSwitches.styles.ts | 2 +- ...atureOverviewEnvironmentStrategy.styles.ts | 2 +- .../FeatureOverviewMetadata.styles.ts | 2 +- .../FeatureOverviewTags.styles.ts | 2 +- .../FeatureStatus/FeatureStatus.styles.ts | 2 +- .../feature/FeatureView/FeatureView.styles.ts | 8 +- .../FeedbackCESForm.test.tsx.snap | 8 +- .../EventCard/EventDiff/EventDiff.styles.ts | 6 +- .../EventLog/EventJson/EventJson.styles.ts | 2 +- .../history/EventLog/EventLog.styles.ts | 10 +-- .../component/menu/Footer/Footer.styles.ts | 2 +- .../Footer/__snapshots__/Footer.test.tsx.snap | 72 ++++++++--------- .../project/Project/Project.styles.ts | 2 +- .../Project/ProjectInfo/ProjectInfo.styles.ts | 2 +- .../StrategiesList.test.tsx.snap | 10 +-- frontend/src/component/styles.module.scss | 5 -- .../__snapshots__/TagTypeList.test.tsx.snap | 8 +- .../PasswordChecker/PasswordChecker.styles.ts | 4 +- .../StandaloneLayout.styles.ts | 2 +- frontend/src/hooks/useFeaturesSort.ts | 2 +- frontend/src/themes/colors.ts | 1 + frontend/src/themes/theme.ts | 81 +++++++++++-------- frontend/src/themes/themeStyles.ts | 4 +- frontend/src/themes/themeTypes.ts | 63 ++++++--------- 48 files changed, 217 insertions(+), 195 deletions(-) diff --git a/frontend/src/component/admin/users/UsersAdmin.tsx b/frontend/src/component/admin/users/UsersAdmin.tsx index 44fe37b09a..f49acf7f64 100644 --- a/frontend/src/component/admin/users/UsersAdmin.tsx +++ b/frontend/src/component/admin/users/UsersAdmin.tsx @@ -38,6 +38,9 @@ const UsersAdmin = () => { } />