diff --git a/package-lock.json b/package-lock.json index 34ddcb78f7af4a86df6e3abc5490241f4bccc3d5..f042ac84ee56b073b5ab4f6443076e9eae2ddd05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "@project-sunbird/sb-themes", - "version": "0.0.87", + "version": "0.0.88", "lockfileVersion": 1, "requires": true, "dependencies": { "@project-sunbird/sb-styles": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/@project-sunbird/sb-styles/-/sb-styles-0.0.13.tgz", - "integrity": "sha512-UsvzyvOThxe80gM6JMOn8U0lUoNv+fDHncswV+cR1jEDydI17UBaVfdTSMN4xkl5oULq+YlEU5fKxTGOhh7WkA==" + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@project-sunbird/sb-styles/-/sb-styles-0.0.14.tgz", + "integrity": "sha512-pq4RqXPoqcTyncLz64gHu0AFVgl4KoL3yr+ocgdO4n26BkQZBgQG0xtuYqscUPPWVBg/BS4TCsjzMO+ifunRaA==" } } } diff --git a/package.json b/package.json index 1804eecff3cb7f9e0bd6ed2b2a0e9f56751b006e..3f9bdee897b7442d34720e48dba08cae37c39a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sb-themes", - "version": "0.0.87", + "version": "0.0.88", "description": "Sunbird project application themes", "main": "index.js", "scripts": { @@ -24,6 +24,6 @@ "author": "", "license": "MIT", "dependencies": { - "@project-sunbird/sb-styles": "0.0.13" + "@project-sunbird/sb-styles": "0.0.14" } } diff --git a/themes/portal/_layout-joy.scss b/themes/portal/_layout-joy.scss index 4228ce314fd432a668a4a988a31651b27a89024a..dba7e2e5c6cdca7713445936bd215ef8145eb875 100644 --- a/themes/portal/_layout-joy.scss +++ b/themes/portal/_layout-joy.scss @@ -176,7 +176,6 @@ html[layout='joy'] { } .sb-btn-round { - background: var(--primary-color); border-radius: 50% !important; box-shadow: var(--sbt-box-shadow-6px) !important; min-width: 3rem !important; diff --git a/themes/portal/_theme-mono1.scss b/themes/portal/_theme-mono1.scss index 0feede4f1015fe1d537710402aba1f0109d7a628..72ea1bb5ae84266bbe4aa9be1870354787c64e00 100644 --- a/themes/portal/_theme-mono1.scss +++ b/themes/portal/_theme-mono1.scss @@ -23,7 +23,7 @@ $primary-hsl: hue($primary-color), saturation($primary-color); $primary-color-rgb: red($primary-color), green($primary-color), blue($primary-color); $primary-color-shade: darken(adjust-hue($primary-color, -5), 10%); $primary-color-tint: lighten(adjust-hue($primary-color, 5), 10%); -$primary-color-contrast: #000000; +$primary-color-contrast: #fff; $primary-color-contrast-rgb: red($primary-color-contrast), green($primary-color-contrast), blue($primary-color-contrast); $primary-0: lighten(adjust-hue($primary-color, 25), 45%); $primary-100: lighten(adjust-hue($primary-color, 20), 40%);