File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 23
23
--background-medium : var (--gray-200 );
24
24
--background-high : var (--gray-300 );
25
25
26
- /* TODO: Add border color tokens to match DS */
26
+ /* TODO: Add all border color tokens to match DS */
27
+ --border : var (--gray-200 );
27
28
28
29
--primary : var (--purple-600 );
29
30
--primary-high-contrast : var (--purple-800 );
129
130
--background-medium : var (--gray-600 );
130
131
--background-high : var (--gray-800 );
131
132
132
- /* TODO: Add border color tokens to match DS */
133
+ /* TODO: Add all border color tokens to match DS */
134
+ --border : var (--gray-600 );
133
135
134
136
--primary : var (--purple-400 );
135
137
--primary-high-contrast : var (--purple-200 );
Original file line number Diff line number Diff line change @@ -154,7 +154,10 @@ const config = {
154
154
high : "hsla(var(--background-high))" ,
155
155
} ,
156
156
157
- // TODO: Add border color tokens to match DS
157
+ // TODO: Add all border color tokens to match DS
158
+ border : {
159
+ DEFAULT : "hsla(var(--border))" ,
160
+ } ,
158
161
159
162
primary : {
160
163
DEFAULT : "hsla(var(--primary))" ,
You can’t perform that action at this time.
0 commit comments