@@ -7,7 +7,7 @@ import type { panelVars } from './panel.css.js';
77import type { purposeVariantVars } from './purpose.css.js' ;
88import { textVariantVars } from './typography.css.js' ;
99import type { MapLeafNodes } from './vanilla-extract-css-types.js' ;
10- import { globalVars , type propsVars } from './vars.css.js' ;
10+ import { baseVars , type propsVars } from './vars.css.js' ;
1111
1212export const defaultGlobalTokens = {
1313 border : {
@@ -31,7 +31,7 @@ export const defaultGlobalTokens = {
3131 borderColor : openPropsTokens . gray5 ,
3232 } ,
3333 } ,
34- } satisfies MapLeafNodes < typeof globalVars , string > ;
34+ } satisfies MapLeafNodes < typeof baseVars , string > ;
3535
3636export const defaultPropsTokens = {
3737 border : {
@@ -206,33 +206,33 @@ export const defaultTextLinkTokens = {
206206 strong : {
207207 fontWeight : textVariantVars . fontWeight . medium ,
208208 rest : {
209- fgColor : globalVars . color . accent ,
209+ fgColor : baseVars . color . accent ,
210210 textDecoration : 'underline' ,
211211 } ,
212212 hover : {
213- fgColor : globalVars . color . accent ,
213+ fgColor : baseVars . color . accent ,
214214 textDecoration : 'underline' ,
215215 } ,
216216 } ,
217217 normal : {
218218 fontWeight : textVariantVars . fontWeight . normal ,
219219 rest : {
220- fgColor : globalVars . color . accent ,
220+ fgColor : baseVars . color . accent ,
221221 textDecoration : 'none' ,
222222 } ,
223223 hover : {
224- fgColor : globalVars . color . accent ,
224+ fgColor : baseVars . color . accent ,
225225 textDecoration : 'underline' ,
226226 } ,
227227 } ,
228228 weak : {
229229 fontWeight : textVariantVars . fontWeight . normal ,
230230 rest : {
231- fgColor : globalVars . color . fgColor ,
231+ fgColor : baseVars . color . fgColor ,
232232 textDecoration : 'underline' ,
233233 } ,
234234 hover : {
235- fgColor : globalVars . color . accent ,
235+ fgColor : baseVars . color . accent ,
236236 textDecoration : 'underline' ,
237237 } ,
238238 } ,
0 commit comments