From c04c68cfc1817aa70ce9774c399e0428639747e1 Mon Sep 17 00:00:00 2001 From: Ashutosh Dhande Date: Sat, 7 May 2022 23:23:24 +0530 Subject: [PATCH] Cancel btn text fix issue #157 --- src/common/modal/index.jsx | 2 +- src/common/playideas/playIdeas.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/common/modal/index.jsx b/src/common/modal/index.jsx index 1e78052f28..4700f67017 100644 --- a/src/common/modal/index.jsx +++ b/src/common/modal/index.jsx @@ -14,7 +14,7 @@ const Modal =({ title, show, onClose, onSubmit, children, cname })=> { { children }
- + { onSubmit && }
diff --git a/src/common/playideas/playIdeas.css b/src/common/playideas/playIdeas.css index ae1080250f..6667d2319d 100644 --- a/src/common/playideas/playIdeas.css +++ b/src/common/playideas/playIdeas.css @@ -306,4 +306,8 @@ display: flex; align-items: center; grid-gap: 1.2rem; +} + +.btn-default.btn-cancel { + color: inherit; } \ No newline at end of file