Simulate active page button style

This commit is contained in:
ivarsbariss
2026-02-26 15:44:00 +01:00
parent 4ddd5ac9b8
commit 4818aee67f
10 changed files with 16 additions and 40 deletions

View File

@@ -3,7 +3,7 @@
"borderRadius": "0.375rem",
"bottomRow": 8,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [

View File

@@ -3,14 +3,10 @@
"borderRadius": "0.375rem",
"bottomRow": 12,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonColor": "#ffffff",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
}
],
"dynamicBindingPathList": [],
"dynamicTriggerPathList": [
{
"key": "onClick"

View File

@@ -3,14 +3,10 @@
"borderRadius": "0.375rem",
"bottomRow": 16,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonColor": "#ffffff",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
}
],
"dynamicBindingPathList": [],
"dynamicTriggerPathList": [
{
"key": "onClick"