@@ -41,10 +41,10 @@ npm install @matteusan/sentro --save
41
41
}
42
42
43
43
.my-button-theme {
44
- background : sentro .key-create (' button-fill' , sentro . token-get ( ' secondary' ) );
45
- color : sentro .key-create (' button-ink' , sentro . token-get ( ' secondary-ink' ) );
46
- border-color : sentro .key-create (' button-border' , sentro . token-get ( ' secondary' ) );
47
- border-radius : sentro .key-create (' button-radius' , sentro . token-get ( ' radius-small' ) );
44
+ background : sentro .key-create (' button-fill' , ' secondary' );
45
+ color : sentro .key-create (' button-ink' , ' secondary-ink' );
46
+ border-color : sentro .key-create (' button-border' , ' secondary' );
47
+ border-radius : sentro .key-create (' button-radius' , ' radius-small' );
48
48
}
49
49
```
50
50
@@ -65,9 +65,9 @@ npm install @matteusan/sentro --save
65
65
}
66
66
67
67
.my-button-theme {
68
- background : var (--sdb-button-fill , var (--sdb-theme-secondary ));
69
- color : var (--sdb-button-ink , var (--sdb-theme-secondary-ink ));
70
- border-color : var (--sdb-button-border , var (--sdb-theme-secondary ));
71
- border-radius : var (--sdb-button-radius , var (--sdb-theme-radius-small ));
68
+ background : var (--sdb-button-fill , var (--sdb-theme-secondary ));
69
+ color : var (--sdb-button-ink , var (--sdb-theme-secondary-ink ));
70
+ border-color : var (--sdb-button-border , var (--sdb-theme-secondary ));
71
+ border-radius : var (--sdb-button-radius , var (--sdb-theme-radius-small ));
72
72
}
73
73
```
0 commit comments