@digilogiclabs/saas-factory-ui 1.27.0 → 1.28.1

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.css CHANGED
@@ -3318,6 +3318,10 @@ body {
3318
3318
  .underline-offset-4 {
3319
3319
  text-underline-offset: 4px;
3320
3320
  }
3321
+ .antialiased {
3322
+ -webkit-font-smoothing: antialiased;
3323
+ -moz-osx-font-smoothing: grayscale;
3324
+ }
3321
3325
  .opacity-0 {
3322
3326
  opacity: 0;
3323
3327
  }