@egovernments/digit-ui-components-css 0.2.0-beta.14 → 0.2.0-beta.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components-css",
3
- "version": "0.2.0-beta.14",
3
+ "version": "0.2.0-beta.15",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -177,4 +177,10 @@
177
177
  border-bottom-right-radius: 0.5rem;
178
178
  border-top-right-radius: 0.5rem;
179
179
  }
180
-
180
+ .vertical-toggle{
181
+ .digit-toggle-label{
182
+ &.disabled{
183
+ color: theme(digitv2.lightTheme.text-disabled) !important;
184
+ }
185
+ }
186
+ }