@egovernments/digit-ui-components-css 2.0.0-dev-06 → 2.0.0-dev-07

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": "2.0.0-dev-06",
3
+ "version": "2.0.0-dev-07",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -391,7 +391,7 @@
391
391
  width: 100%;
392
392
  height: auto;
393
393
  background-color: theme("digitv2.lightTheme.paper-primary");
394
- border-radius: var(--digitv2-borderRadius-radius2);
394
+ border-radius: var(--digitv2-borderRadius-radius5);
395
395
  box-shadow: 0rem 0.063rem 0.125rem 0rem #00000029;
396
396
  display: flex;
397
397
  gap: theme("digitv2.spacers.spacer4");
@@ -3,6 +3,7 @@
3
3
  @extend .light-paper-primary;
4
4
  height: 100%;
5
5
  width: 100%;
6
+ border-radius:var(--digitv2-borderRadius-radius5);
6
7
 
7
8
  .popup-label {
8
9
  display: flex;
@@ -111,6 +112,7 @@
111
112
  flex-direction: column;
112
113
 
113
114
  .digit-section {
115
+ border-radius: var(--digitv2-borderRadius-radius5);
114
116
  &.links {
115
117
  display: none;
116
118
  }