@quidgest/ui 0.9.0 → 0.9.2

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/ui.css CHANGED
@@ -361,6 +361,7 @@ body *::-webkit-scrollbar-track {
361
361
  .q-btn--active {
362
362
  z-index: 2;
363
363
  color: var(--q-theme-primary-dark);
364
+ border-color: var(--q-theme-primary);
364
365
  background-color: rgb(var(--q-theme-primary-light-rgb)/0.5);
365
366
  }
366
367
  .q-btn:disabled {
@@ -898,7 +899,7 @@ body *::-webkit-scrollbar-track {
898
899
  .q-select__body {
899
900
  display: flex;
900
901
  flex-direction: column;
901
- align-items: start;
902
+ align-items: flex-start;
902
903
  gap: 0.25rem;
903
904
  width: 100%;
904
905
  padding: 0.25rem 0;