{
:label='`${$t("components.export.start_block")}*`'
name='export-data-start-block'
type='number'
- :color="rangeErrorMessage !== '' ? 'negative' : 'secondary'"
+ :color="rangeErrorMessage !== '' ? 'negative' : 'primary'"
required='required'
class='c-export-page__value'
/>
@@ -412,7 +412,7 @@ onBeforeUnmount(() => {
:label='`${$t("components.export.end_block")}*`'
name='export-data-end-block'
type='number'
- :color="rangeErrorMessage !== '' ? 'negative' : 'secondary'"
+ :color="rangeErrorMessage !== '' ? 'negative' : 'primary'"
required='required'
class='c-export-page__value'
/>
@@ -447,7 +447,7 @@ onBeforeUnmount(() => {
:label='$t("components.export.download_csv")'
:loading='exportIsLoading'
icon='download'
- color='secondary'
+ color='primary'
class='c-export-page__btn'
@click='download'
/>
@@ -455,7 +455,7 @@ onBeforeUnmount(() => {
:label='$t("components.export.reset")'
flat
class='c-export-page__btn'
- color='secondary'
+ color='primary'
@click='resetOptions'
/>