{templates.map((tmpl, i) => {
return (
@@ -91,7 +86,6 @@ const TemplateTable: FC = props => {
? `${tmpl.struct.name}_${i}`
: `${tmpl.struct.name}_${i}_selected`
}
- style={tmplStyles}
>
{
const { formState, label, rgroupLabels, ...rest } = props
return (
diff --git a/packages/ketcher-react/src/style/variables.less b/packages/ketcher-react/src/style/variables.less
index 347b8b39ca..cff76b25de 100644
--- a/packages/ketcher-react/src/style/variables.less
+++ b/packages/ketcher-react/src/style/variables.less
@@ -14,6 +14,13 @@
* limitations under the License.
***************************************************************************/
+// new styles
+@button-hover-color: #ddd;
+@main-font-color: #585858;
+@main-dark-color: #343434;
+@light-background-color: #fff;
+
+// old styles
@static-path: '.';
@main-color: #333;