@@ -325,26 +325,8 @@
diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json
index c2850891..c83f93da 100644
--- a/i18n/locales/en-US.json
+++ b/i18n/locales/en-US.json
@@ -794,5 +794,7 @@
"Dataset unarchived!": "Dataset unarchived!",
"Dataset archived!": "Dataset archived!",
"{n} items": "{n} items | {n} item | {n} items",
+ "Start typing to search in {type}": "Start typing to search in {type}",
+ "Search “{query}” in {type}": "Search “{query}” in {type}",
"": ""
}
diff --git a/i18n/locales/es-ES.json b/i18n/locales/es-ES.json
index 6ef0525b..16447982 100644
--- a/i18n/locales/es-ES.json
+++ b/i18n/locales/es-ES.json
@@ -787,5 +787,7 @@
"Dataset unarchived!": "Dataset unarchived!",
"Dataset archived!": "Dataset archived!",
"{n} items": "{n} items | {n} item | {n} items",
+ "Start typing to search in {type}": "Start typing to search in {type}",
+ "Search “{query}” in {type}": "Search “{query}” in {type}",
"": ""
}
diff --git a/i18n/locales/fr-FR.json b/i18n/locales/fr-FR.json
index e1c4afa7..a04190b1 100644
--- a/i18n/locales/fr-FR.json
+++ b/i18n/locales/fr-FR.json
@@ -815,5 +815,7 @@
"Dataset unarchived!": "Jeu de données désarchivé!",
"Dataset archived!": "Jeu de données archivé!",
"{n} items": "{n} éléments | {n} élément | {n} éléments",
+ "Start typing to search in {type}": "Commencer à taper pour rechercher parmi les {type}",
+ "Search “{query}” in {type}": "Rechercher « {query} » dans les {type}",
"": ""
}
diff --git a/tailwind.config.js b/tailwind.config.js
index c4c9c662..d97fee11 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -48,6 +48,7 @@ export default {
blue: {
light: '#e3e3fd',
tint: '#c1c1fd',
+ outline: '#0a76f6',
},
secondary: {
lightest: '#EEEEEE',