@mahatisystems/mahati-ui-components 1.0.13 → 1.0.14

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/dist/index.js CHANGED
@@ -373,7 +373,7 @@ flex-shrink: 0;
373
373
  font-size: 16px;
374
374
  font-weight: 600;
375
375
  cursor: pointer;
376
- border-bottom: ${({$active:e})=>e?"6px solid red":"none"};
376
+ border-bottom: ${({$active:e})=>e?"6px solid black":"none"};
377
377
  color: ${({$active:e})=>e?"#dcffed":"#fff"};
378
378
  transition: color 0.3s, border-bottom 0.3s;
379
379