File tree Expand file tree Collapse file tree 4 files changed +16
-78
lines changed Expand file tree Collapse file tree 4 files changed +16
-78
lines changed Original file line number Diff line number Diff line change @@ -143,35 +143,14 @@ const roles: Roles = {
143
143
} ,
144
144
} ,
145
145
preview : {
146
- background : colors . sky [ 950 ] ,
147
- outline : colors . sky [ 400 ] ,
148
- text : colors . sky [ 400 ] ,
146
+ background : colors . violet [ 950 ] ,
147
+ outline : colors . violet [ 500 ] ,
148
+ text : colors . violet [ 50 ] ,
149
149
fill : {
150
- solid : colors . sky [ 400 ] ,
151
- outline : colors . sky [ 500 ] ,
150
+ solid : colors . violet [ 400 ] ,
151
+ outline : colors . violet [ 400 ] ,
152
152
text : colors . white ,
153
153
} ,
154
- hover : {
155
- background : colors . zinc [ 950 ] ,
156
- outline : colors . sky [ 500 ] ,
157
- text : colors . sky [ 400 ] ,
158
-
159
- fill : {
160
- text : colors . white ,
161
- outline : colors . sky [ 600 ] ,
162
- solid : colors . sky [ 600 ] ,
163
- } ,
164
- } ,
165
- disabled : {
166
- background : colors . sky [ 950 ] ,
167
- outline : colors . sky [ 800 ] ,
168
- text : colors . sky [ 800 ] ,
169
- fill : {
170
- text : colors . white ,
171
- outline : colors . sky [ 600 ] ,
172
- solid : colors . sky [ 600 ] ,
173
- } ,
174
- } ,
175
154
} ,
176
155
} ;
177
156
Original file line number Diff line number Diff line change @@ -143,35 +143,14 @@ const roles: Roles = {
143
143
} ,
144
144
} ,
145
145
preview : {
146
- background : colors . sky [ 950 ] ,
147
- outline : colors . sky [ 400 ] ,
148
- text : colors . sky [ 400 ] ,
146
+ background : colors . violet [ 950 ] ,
147
+ outline : colors . violet [ 500 ] ,
148
+ text : colors . violet [ 50 ] ,
149
149
fill : {
150
- solid : colors . sky [ 400 ] ,
151
- outline : colors . sky [ 500 ] ,
150
+ solid : colors . violet [ 400 ] ,
151
+ outline : colors . violet [ 400 ] ,
152
152
text : colors . white ,
153
153
} ,
154
- hover : {
155
- background : colors . zinc [ 950 ] ,
156
- outline : colors . sky [ 500 ] ,
157
- text : colors . sky [ 400 ] ,
158
-
159
- fill : {
160
- text : colors . white ,
161
- outline : colors . sky [ 600 ] ,
162
- solid : colors . sky [ 600 ] ,
163
- } ,
164
- } ,
165
- disabled : {
166
- background : colors . sky [ 950 ] ,
167
- outline : colors . sky [ 800 ] ,
168
- text : colors . sky [ 800 ] ,
169
- fill : {
170
- text : colors . white ,
171
- outline : colors . sky [ 600 ] ,
172
- solid : colors . sky [ 600 ] ,
173
- } ,
174
- } ,
175
154
} ,
176
155
} ;
177
156
Original file line number Diff line number Diff line change
67E6
@@ -143,34 +143,14 @@ const roles: Roles = {
143
143
} ,
144
144
} ,
145
145
preview : {
146
- background : colors . sky [ 50 ] ,
147
- outline : colors . sky [ 700 ] ,
148
- text : colors . sky [ 700 ] ,
146
+ background : colors . violet [ 50 ] ,
147
+ outline : colors . violet [ 500 ] ,
148
+ text : colors . violet [ 950 ] ,
149
149
fill : {
150
- solid : colors . sky [ 600 ] ,
151
- outline : colors . sky [ 700 ] ,
150
+ solid : colors . violet [ 600 ] ,
151
+ outline : colors . violet [ 600 ] ,
152
152
text : colors . white ,
153
153
} ,
154
- hover : {
155
- background : colors . zinc [ 50 ] ,
156
- outline : colors . sky [ 700 ] ,
157
- text : colors . sky [ 700 ] ,
158
- fill : {
159
- outline : colors . sky [ 500 ] ,
160
- solid : colors . sky [ 500 ] ,
161
- text : colors . white ,
162
- } ,
163
- } ,
164
- disabled : {
165
- background : colors . sky [ 50 ] ,
166
- outline : colors . sky [ 800 ] ,
167
- text : colors . sky [ 200 ] ,
168
- fill : {
169
- solid : colors . sky [ 800 ] ,
170
- outline : colors . sky [ 800 ] ,
171
- text : colors . white ,
172
- } ,
173
- } ,
174
154
} ,
175
155
} ;
176
156
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export interface Roles {
36
36
/** This isn't quite ready for prime-time, but you're welcome to look around!
37
37
* Preview features, experiments, unstable, etc.
38
38
*/
39
- preview : InteractiveRole ;
39
+ preview : Role ;
40
40
}
41
41
42
42
/**
You can’t perform that action at this time.
0 commit comments