ShowHiddenChannels: Use Lock as ChannelIcon
This commit is contained in:
parent
be7fa0cb3f
commit
7478e880a8
3 changed files with 31 additions and 15 deletions
|
|
@ -22,6 +22,8 @@ export function Badge({ text, color }): JSX.Element {
|
|||
backgroundColor: color,
|
||||
justifySelf: "flex-end",
|
||||
marginLeft: "auto"
|
||||
}}>{text}</div>
|
||||
}}>
|
||||
{text}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
@ -30,7 +30,7 @@ export interface ISettingElementProps<T extends PluginOptionBase> {
|
|||
definedSettings?: DefinedSettings;
|
||||
}
|
||||
|
||||
export * from "./BadgeComponent";
|
||||
export * from "../../Badge";
|
||||
export * from "./SettingBooleanComponent";
|
||||
export * from "./SettingCustomComponent";
|
||||
export * from "./SettingNumericComponent";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue