Skip to content

Commit 4a3d5cf

Browse files
committed
replace transparent text tokens with color tokens
1 parent d20f923 commit 4a3d5cf

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

tokensStudio/canvas/component/BaseButton.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@
748748
},
749749
"dangerGhostBackground": {
750750
"value": "transparent",
751-
"type": "text"
751+
"type": "color"
752752
},
753753
"dangerGhostBoxShadow": {
754754
"value": "none",
@@ -776,7 +776,7 @@
776776
},
777777
"primaryGhostBackground": {
778778
"value": "transparent",
779-
"type": "text"
779+
"type": "color"
780780
},
781781
"primaryHoverBoxShadow": {
782782
"value": "none",
@@ -788,7 +788,7 @@
788788
},
789789
"primaryInverseGhostBackground": {
790790
"value": "transparent",
791-
"type": "text"
791+
"type": "color"
792792
},
793793
"primaryInverseGhostBoxShadow": {
794794
"value": "none",
@@ -808,11 +808,11 @@
808808
},
809809
"secondaryGhostActiveBackground": {
810810
"value": "transparent",
811-
"type": "text"
811+
"type": "color"
812812
},
813813
"secondaryGhostBackground": {
814814
"value": "transparent",
815-
"type": "text"
815+
"type": "color"
816816
},
817817
"secondaryGhostBoxShadow": {
818818
"value": "none",
@@ -832,7 +832,7 @@
832832
},
833833
"successGhostBackground": {
834834
"value": "transparent",
835-
"type": "text"
835+
"type": "color"
836836
},
837837
"successGhostBoxShadow": {
838838
"value": "none",
@@ -867,4 +867,4 @@
867867
"type": "lineHeights"
868868
}
869869
}
870-
}
870+
}

tokensStudio/rebrand/component/BaseButton.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@
748748
},
749749
"dangerGhostBackground": {
750750
"value": "transparent",
751-
"type": "text"
751+
"type": "color"
752752
},
753753
"dangerGhostBoxShadow": {
754754
"value": "none",
@@ -776,7 +776,7 @@
776776
},
777777
"primaryGhostBackground": {
778778
"value": "transparent",
779-
"type": "text"
779+
"type": "color"
780780
},
781781
"primaryHoverBoxShadow": {
782782
"value": "none",
@@ -788,7 +788,7 @@
788788
},
789789
"primaryInverseGhostBackground": {
790790
"value": "transparent",
791-
"type": "text"
791+
"type": "color"
792792
},
793793
"primaryInverseGhostBoxShadow": {
794794
"value": "none",
@@ -808,11 +808,11 @@
808808
},
809809
"secondaryGhostActiveBackground": {
810810
"value": "transparent",
811-
"type": "text"
811+
"type": "color"
812812
},
813813
"secondaryGhostBackground": {
814814
"value": "transparent",
815-
"type": "text"
815+
"type": "color"
816816
},
817817
"secondaryGhostBoxShadow": {
818818
"value": "none",
@@ -832,7 +832,7 @@
832832
},
833833
"successGhostBackground": {
834834
"value": "transparent",
835-
"type": "text"
835+
"type": "color"
836836
},
837837
"successGhostBoxShadow": {
838838
"value": "none",

0 commit comments

Comments
 (0)