From 89f753383d209ad109d6fde240cb961db3832a66 Mon Sep 17 00:00:00 2001
From: bart-maykin
Date: Wed, 20 Sep 2023 09:18:38 +0200
Subject: [PATCH] :bug: [#3419] tooltips match design-token colour
---
src/formio/templates/checkbox.ejs | 2 +-
src/formio/templates/field.ejs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/formio/templates/checkbox.ejs b/src/formio/templates/checkbox.ejs
index fb96e0362..22121b09b 100644
--- a/src/formio/templates/checkbox.ejs
+++ b/src/formio/templates/checkbox.ejs
@@ -16,7 +16,7 @@
>
{{ctx.input.label}}{% if (!ctx.component.validate.required && !ctx.requiredFieldsWithAsterisk) { %} {{ ctx.t('(optional)') }} {% } %}
{% if (ctx.component.tooltip) { %}
-
+
{% } %}
diff --git a/src/formio/templates/field.ejs b/src/formio/templates/field.ejs
index d9c8b22d6..09132b1cf 100644
--- a/src/formio/templates/field.ejs
+++ b/src/formio/templates/field.ejs
@@ -13,7 +13,7 @@
{{ ctx.t('(optional)') }}
{% } %}
{% if (ctx.component.tooltip) { %}
-
+
{% } %}