@egovernments/digit-ui-components-css 2.0.0-dev-03 → 2.0.0-dev-05

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-03",
3
+ "version": "2.0.0-dev-05",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -380,6 +380,7 @@
380
380
  .digit-selector-button-primary {
381
381
  @apply h-8 text-center border-b-2 border-input-border border-solid outline-none px-lg;
382
382
  background-color: var(--digitv2-lightTheme-primary-1);
383
+ border-bottom-width: 2px;
383
384
 
384
385
  &:focus {
385
386
  @apply outline-none;
@@ -392,6 +393,7 @@
392
393
 
393
394
  .digit-selector-button-border {
394
395
  @apply h-8 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg;
396
+ border-bottom-width: 2px;
395
397
 
396
398
  &:focus {
397
399
  @apply outline-none;
@@ -405,6 +407,7 @@
405
407
  .digit-selector-button-primary-disabled {
406
408
  @apply h-8 text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
407
409
  background-color: var(--digitv2-lightTheme-primary-1);
410
+ border-bottom-width: 2px;
408
411
 
409
412
  &:focus {
410
413
  @apply outline-none;
@@ -21,6 +21,7 @@
21
21
  @apply flex items-center border border-solid border-text-secondary justify-center;
22
22
  width: theme("digitv2.spacers.spacer6");
23
23
  height: theme("digitv2.spacers.spacer6");
24
+ border: 1px solid #505A5F;
24
25
 
25
26
  img,
26
27
  svg {