Removed properties from BackstagePaletteAdditions

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2022-03-12 11:17:28 -06:00
committed by Andre Wanlin
parent 4298a0dc49
commit 593c0c0d3b
3 changed files with 0 additions and 16 deletions
-4
View File
@@ -53,10 +53,6 @@ export type BackstagePaletteAdditions = {
};
bursts: {
fontColor: string;
slackChannelText: string;
backgroundColor: {
default: string;
};
gradient: {
linear: string;
};
-8
View File
@@ -39,10 +39,6 @@ export const lightTheme = createTheme({
},
bursts: {
fontColor: '#FEFEFE',
slackChannelText: '#ddd',
backgroundColor: {
default: '#7C3699',
},
gradient: {
linear: 'linear-gradient(-137deg, #4BB8A5 0%, #187656 100%)',
},
@@ -116,10 +112,6 @@ export const darkTheme = createTheme({
},
bursts: {
fontColor: '#FEFEFE',
slackChannelText: '#ddd',
backgroundColor: {
default: '#7C3699',
},
gradient: {
linear: 'linear-gradient(-137deg, #4BB8A5 0%, #187656 100%)',
},
-4
View File
@@ -68,10 +68,6 @@ export type BackstagePaletteAdditions = {
*/
bursts: {
fontColor: string;
slackChannelText: string;
backgroundColor: {
default: string;
};
gradient: {
linear: string;
};