@mythpe/quasar-ui-qui 0.2.86 → 0.2.87

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.2.86",
3
+ "version": "0.2.87",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -351,15 +351,16 @@ defineOptions({
351
351
  #before-options
352
352
  >
353
353
  <MContainer>
354
- <MRow class="items-center">
354
+ <MColumn>
355
355
  <q-btn
356
356
  :class="{'full-width':!$q.screen.xs}"
357
357
  :label="__('labels.done')"
358
358
  :size="$q.screen.xs ? 'lg' : undefined"
359
- color="primary"
359
+ color="brand"
360
+ text-color="on-brand"
360
361
  @click="onDoneOptions()"
361
362
  />
362
- </MRow>
363
+ </MColumn>
363
364
  </MContainer>
364
365
  </template>
365
366
  <template