From 705d8228d980f8a17396a5bce92c4a57b5b6abc6 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Mon, 2 Nov 2020 15:58:49 +0200 Subject: HTML: Add Attributes from Function - Modal Issue-ID: CCSDK-2779 Signed-off-by: Sarah Abouzainah Change-Id: I8f10cedad7ee88c658206ab31c69b564af470a7c --- cds-ui/designer-client/angular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cds-ui/designer-client/angular.json') diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json index 59ad17a7a..9c6f59ec1 100644 --- a/cds-ui/designer-client/angular.json +++ b/cds-ui/designer-client/angular.json @@ -82,8 +82,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "16kb", - "maximumError": "20kb" + "maximumWarning": "25kb", + "maximumError": "30kb" } ] } @@ -155,4 +155,4 @@ } }, "defaultProject": "designer-client" -} \ No newline at end of file +} -- cgit 1.2.3-korg