@egovernments/digit-ui-components-css 0.0.2-beta.38 → 0.0.2-beta.39

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.0.2-beta.38",
3
+ "version": "0.0.2-beta.39",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -155,6 +155,10 @@
155
155
  color: theme(digitv2.lightTheme.primary-1);
156
156
  }
157
157
 
158
+ .digit-button-label{
159
+ color: theme(digitv2.lightTheme.primary-1);
160
+ }
161
+
158
162
  &.disabled {
159
163
  @apply opacity-50;
160
164
  border: 0.063rem solid theme(digitv2.lightTheme.text-disabled);
@@ -46,6 +46,10 @@
46
46
  }
47
47
 
48
48
 
49
+ &.clickable:hover{
50
+ box-shadow: 0.125rem 0.125rem 0.25rem 0rem #36363633;
51
+ }
52
+
49
53
  svg{
50
54
  flex-shrink: 0;
51
55
  }