From e1d5f4bf22272c19d675e6ce579cfc81ee6a3f2c Mon Sep 17 00:00:00 2001 From: mattreim <80219712+mattreim@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:47:30 +0200 Subject: [PATCH] Remove second header --- admin/jsonConfig.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 30e4d21..f07297b 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -100,9 +100,22 @@ }, "_or": { "newLine": true, - "type": "header", + "type": "staticText", "text": "OR", - "size": 3 + "xl": 6, + "lg": 12, + "md": 12, + "sm": 12, + "xs": 12, + "style": { + "font-size": "16px", + "text-align": "center" + } + }, + "_divider2": { + "newLine": true, + "type": "divider", + "color": "secondary" }, "username": { "newLine": true,