@mahatisystems/mahati-ui-components 1.0.13 → 1.0.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/dist/index.js CHANGED
@@ -329,6 +329,13 @@ flex-shrink: 0;
329
329
  `,Lr=l.td`
330
330
  padding: 10px;
331
331
  border-bottom: 1px solid #ccc;
332
+ color: #000;
333
+
334
+ font-family: Poppins;
335
+ font-size: 14px;
336
+ font-style: normal;
337
+ font-weight: 500;
338
+ line-height: normal;
332
339
  `,Oo=l.td`
333
340
  text-align: center;
334
341
  padding: 20px;
@@ -373,7 +380,7 @@ flex-shrink: 0;
373
380
  font-size: 16px;
374
381
  font-weight: 600;
375
382
  cursor: pointer;
376
- border-bottom: ${({$active:e})=>e?"6px solid red":"none"};
383
+ border-bottom: ${({$active:e})=>e?"6px solid black":"none"};
377
384
  color: ${({$active:e})=>e?"#dcffed":"#fff"};
378
385
  transition: color 0.3s, border-bottom 0.3s;
379
386