From 06f9352990c64e605c6275b3fc309352af152c7d Mon Sep 17 00:00:00 2001 From: Manish Kushare <37823141+manishkushare@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:37:04 +0530 Subject: [PATCH] Updated button UI in add relation button (#9995) --- frontend/src/TooljetDatabase/Forms/styles.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/src/TooljetDatabase/Forms/styles.scss b/frontend/src/TooljetDatabase/Forms/styles.scss index 7dab60f878..0ca2479b22 100644 --- a/frontend/src/TooljetDatabase/Forms/styles.scss +++ b/frontend/src/TooljetDatabase/Forms/styles.scss @@ -546,6 +546,17 @@ background: none !important; color: var(--slate9) !important; cursor: auto !important; + svg{ + path:first-child{ + fill: var(--slate7) !important; + } + path:nth-child(2){ + fill: var(--base) !important; + } + } + } + &:disabled:hover { + background: var(--slate3) !important; } } }