Theme Änderung

This commit is contained in:
2026-07-28 07:22:40 +00:00
parent 0acbe8c495
commit a8a2eb2ee0
11 changed files with 25 additions and 46 deletions
@@ -3,12 +3,15 @@
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 8,
"boxShadow": "none",
"buttonColor": "#3b82f6",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "SECONDARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "buttonColor"
}
],
"dynamicTriggerPathList": [
@@ -23,7 +26,7 @@
"isLoading": false,
"isVisible": true,
"key": "pf1pc6smej",
"leftColumn": 4,
"leftColumn": 5,
"minWidth": 120,
"mobileBottomRow": 8,
"mobileLeftColumn": 0,
@@ -3,12 +3,15 @@
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 12,
"boxShadow": "none",
"buttonColor": "#3b82f6",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "SECONDARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "buttonColor"
}
],
"dynamicTriggerPathList": [],