mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
code works
This commit is contained in:
@@ -33,7 +33,7 @@ export const Panel = (props, context) => {
|
||||
}
|
||||
}
|
||||
return (
|
||||
<Pane theme={settings.theme}>
|
||||
<Pane theme={settings.theme === 'default' ? 'light' : settings.theme}>
|
||||
<Flex
|
||||
direction="column"
|
||||
height="100%">
|
||||
@@ -116,7 +116,7 @@ export const Panel = (props, context) => {
|
||||
const HoboPanel = (props, context) => {
|
||||
const settings = useSettings(context);
|
||||
return (
|
||||
<Pane theme={settings.theme}>
|
||||
<Pane theme={settings.theme === 'default' ? 'light' : settings.theme}>
|
||||
<Pane.Content scrollable>
|
||||
<Button
|
||||
style={{
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user