@@ -140,11 +124,18 @@ components.
{renderToolbar()}
-
-
+
+ {
+ alert('Open menu');
+ }}
+ >
+
+
diff --git a/platform/ui/tailwind.config.js b/platform/ui/tailwind.config.js
index e87cdde3b..8589e0301 100644
--- a/platform/ui/tailwind.config.js
+++ b/platform/ui/tailwind.config.js
@@ -436,9 +436,10 @@ module.exports = {
},
padding: (theme) => theme('spacing'),
placeholderColor: (theme) => theme('colors'),
- stroke: {
+ stroke: (theme) => ({
+ ...theme('colors'),
current: 'currentColor',
- },
+ }),
strokeWidth: {
'0': '0',
'1': '1',