@mythpe/quasar-ui-qui 0.2.88 → 0.2.89

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