diff --git a/desktop/app/src/PluginContainer.tsx b/desktop/app/src/PluginContainer.tsx index a47bac39b..2882647d1 100644 --- a/desktop/app/src/PluginContainer.tsx +++ b/desktop/app/src/PluginContainer.tsx @@ -65,7 +65,7 @@ const Container = styled(FlexColumn)({ }); export const SidebarContainer = styled(FlexRow)({ - backgroundColor: colors.light02, + backgroundColor: theme.backgroundWash, height: '100%', overflow: 'auto', }); diff --git a/desktop/app/src/__tests__/PluginContainer.node.tsx b/desktop/app/src/__tests__/PluginContainer.node.tsx index 6c41b735d..acd1f1ebb 100644 --- a/desktop/app/src/__tests__/PluginContainer.node.tsx +++ b/desktop/app/src/__tests__/PluginContainer.node.tsx @@ -80,7 +80,7 @@ test('Plugin container can render plugin and receive updates', async () => {
@@ -172,7 +172,7 @@ test('PluginContainer can render Sandy plugins', async () => { @@ -203,7 +203,7 @@ test('PluginContainer can render Sandy plugins', async () => { @@ -271,7 +271,7 @@ test('PluginContainer can render Sandy plugins', async () => { @@ -512,7 +512,7 @@ test('PluginContainer + Sandy plugin supports deeplink', async () => { @@ -543,7 +543,7 @@ test('PluginContainer + Sandy plugin supports deeplink', async () => { @@ -665,7 +665,7 @@ test('PluginContainer can render Sandy device plugins', async () => { @@ -697,7 +697,7 @@ test('PluginContainer can render Sandy device plugins', async () => { @@ -790,7 +790,7 @@ test('PluginContainer + Sandy device plugin supports deeplink', async () => { @@ -821,7 +821,7 @@ test('PluginContainer + Sandy device plugin supports deeplink', async () => {