From ac2a2cd781062ef8fc15258f05e12ab5cfd73c87 Mon Sep 17 00:00:00 2001 From: Aashish <83752052+120EE0692@users.noreply.github.com> Date: Tue, 28 Feb 2023 21:36:00 +0530 Subject: [PATCH] feat: rebase dark mode branch from main (#432) * feat: temporarily remove cwc section (#408) * fix: add sac posts (#409) * chore: remove url hardcoding (#410) * fix: og tags of portfolio (#400) * fix: og tags of portfolio * fix: og tags * feat(theme): add color codes to dark theme * feat: add hall page (#401) * Hall Images * feat: Hall Info Page * fix: Hall Page Routing * fix: Mobile view * fix: Cleaning code * Fix: Formating * Fix: Placeholder change * fix(guide): add icon3 in option.js (#420) * fix: auth key errors (#411) * chore: upgrade packages to latest minor-patch (#423) * chore(deps): bump loader-utils from 2.0.2 to 2.0.4 in /client (#312) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /client (#341) Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump json5 from 1.0.1 to 1.0.2 in /client (#392) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: Anish Sarawgi <98693953+Anish-Sarawgi@users.noreply.github.com> Co-authored-by: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Co-authored-by: Rutaj Dash <33367546+rutajdash@users.noreply.github.com> Co-authored-by: G.Anish Kumar Patro <105335549+anish-patro@users.noreply.github.com> Co-authored-by: Amal Mohan <102766508+Amal-Mohan-2002@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/src/config/themes/light.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/config/themes/light.js b/client/src/config/themes/light.js index 13becc57..e5572e67 100644 --- a/client/src/config/themes/light.js +++ b/client/src/config/themes/light.js @@ -75,7 +75,7 @@ const theme = createTheme({ paper: '#F8F8F8', card: 'FFFFFF', banner: '#D9E9F7', - archive: '#222222' + archive: '#222222', }, action: { active: 'rgba(0, 0, 0, 0.54)',