UI improvements 3

This commit is contained in:
Čarodej
2022-01-04 06:47:59 +01:00
parent 3b4085f0ca
commit 49c6f25acb
6 changed files with 74 additions and 453 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div
class="py-3 px-4 cursor-pointer rounded-lg block select-none"
:class="{'bg-light-background': isSelected}"
:class="{'dark:bg-2x-dark-foreground bg-light-background': isSelected}"
>
<div class="flex items-center justify-between mb-1.5">
<CheckBox :is-clicked="isSelected" />

View File

@@ -10,9 +10,9 @@
</ButtonBase>
</AppInputSwitch>
<AppInputSwitch :title="$t('Upgrade Plan')" :description="$t('You can upgrade your plan at any time you want.')" :is-last="true">
<AppInputSwitch :title="$t('Change Plan')" :description="$t('You can upgrade your plan at any time you want.')" :is-last="true">
<ButtonBase @click.native="$openUpgradeOptions" class="sm:w-auto w-full" button-style="secondary">
{{ $t('Upgrade Now') }}
{{ $t('Change Now') }}
</ButtonBase>
</AppInputSwitch>
</div>