better color coherency with buttons

This commit is contained in:
2022-01-30 19:45:09 +01:00
parent 0a58c43952
commit 73c4a5d39d
8 changed files with 19 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ $chill-theme-buttons: (
"download": $gray-300,
"cancel": $gray-300,
"choose": $gray-300,
"notify": $gray-300,
"notify": $chill-blue,
"unlink": $chill-red,
"tpchild": $chill-pink,
);

View File

@@ -1,7 +1,7 @@
<template>
<button v-if="hasWorkflow"
class="btn btn-misc"
class="btn btn-primary"
@click="openModal">
<b>{{ countWorkflows }}</b>
<template v-if="countWorkflows > 1">{{ $t('workflows') }}</template>
@@ -100,8 +100,8 @@ export default {
messages: {
fr: {
workflow_list: "Liste des workflows",
workflow: " workflow",
workflows: " workflows",
workflow: " workflow associé",
workflows: " workflows associés",
}
}
}