Theme Änderung
This commit is contained in:
@@ -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",
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
"children": [
|
||||
{
|
||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||
"bottomRow": 170,
|
||||
"bottomRow": 150,
|
||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||
"canExtend": false,
|
||||
"containerStyle": "none",
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user