You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// we can't programmatically convert typescript types to string arrays,
23
25
// so we have to define this manually. They should match `BrandNamedThemeColor` in schema-types.ts
@@ -176,7 +178,7 @@ export class Brand {
176
178
// - if the name is in the "palette" key, use that value as they key for a recursive call (so color names can be aliased or redefined away from scss defaults)
177
179
// - if the name is a default color name, call getColor recursively (so defaults can use named values)
178
180
// - otherwise, assume it's a color value and return it
0 commit comments