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