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
@@ -1,6 +1,6 @@
{
"animateLoading": true,
"backgroundColor": "#3b82f6",
"backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
"borderColor": "#E0DEDE",
"borderRadius": "1.5rem",
"borderWidth": "1",
@@ -54,6 +54,9 @@
"dynamicBindingPathList": [
{
"key": "boxShadow"
},
{
"key": "backgroundColor"
}
],
"dynamicHeight": "FIXED",
@@ -1,6 +1,6 @@
{
"animateLoading": true,
"backgroundColor": "#80adf4",
"backgroundColor": "#476e8a",
"borderColor": "#ccdcf5",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "1",
@@ -9,7 +9,7 @@
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 170,
"bottomRow": 150,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
@@ -1,6 +1,6 @@
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 17,
"bottomRow": 13,
"counterClosewise": false,
"dynamicBindingPathList": [
{
@@ -32,7 +32,7 @@
"rightColumn": 62,
"showResult": false,
"steps": "1",
"topRow": 13,
"topRow": 9,
"type": "PROGRESS_WIDGET",
"version": 1,
"widgetId": "921y0rw94l",
@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 13,
"bottomRow": 9,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
@@ -43,7 +43,7 @@
"text": "50%",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 5,
"topRow": 4,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 5,
"bottomRow": 4,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
@@ -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": [],