Merge branch 'develop' into design/conv-card

This commit is contained in:
Sivin Varghese 2022-12-15 11:01:24 +05:30 committed by GitHub
commit 3d136a79fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 273 additions and 68 deletions

View file

@ -67,6 +67,9 @@ export default {
if (Object.keys(this.enabledFeatures).length === 0) {
return false;
}
if (key === 'website') {
return this.enabledFeatures.channel_website;
}
if (key === 'facebook') {
return this.enabledFeatures.channel_facebook;
}

View file

@ -61,6 +61,7 @@ export default {
}
.colorpicker--selected {
border: 1px solid var(--color-border-light);
border-radius: $space-smaller;
cursor: pointer;
height: $space-large;