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
currently figuring out a good way to store system-wide settings. So in terms of implementing the palette, please plan with using the settings query and addSetting mutation respectively. This will look like
mutation addSetting(setting: {
key: "primary-color"
value: "#FFFFFF"
type: COLOR
})
Currently we use red-hues similar to the fachschafts-colorpalette.
We should design and implement our actual palette
The text was updated successfully, but these errors were encountered: