File tree Expand file tree Collapse file tree
packages/react-components/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 --color-text-success-primary : var (--color-green-500 );
3131
3232 --color-text-warning-primary : var (--color-yellow-500 );
33+
34+ --color-border-brand : var (--color-brand-500 );
35+
3336
3437}
3538
Original file line number Diff line number Diff line change 105105 --font-style-italic : italic;
106106 --font-style-not-italic : normal;
107107
108- --font-weight-thin : 100 px ;
109- --font-weight-extralight : 200 px ;
110- --font-weight-light : 300 px ;
111- --font-weight-normal : 400 px ;
112- --font-weight-medium : 500 px ;
113- --font-weight-semibold : 600 px ;
114- --font-weight-bold : 700 px ;
115- --font-weight-extrabold : 800 px ;
116- --font-weight-black : 900 px ;
108+ --font-weight-thin : 100 ;
109+ --font-weight-extralight : 200 ;
110+ --font-weight-light : 300 ;
111+ --font-weight-normal : 400 ;
112+ --font-weight-medium : 500 ;
113+ --font-weight-semibold : 600 ;
114+ --font-weight-bold : 700 ;
115+ --font-weight-extrabold : 800 ;
116+ --font-weight-black : 900 ;
117117
118118 --font-tracking-tighter : -0.800000011920929px ;
119119 --font-tracking-tight : -0.4000000059604645px ;
You can’t perform that action at this time.
0 commit comments