diff --git a/assets/themes/cave-dark.json b/assets/themes/cave-dark.json index a26a6b9983..85734d9f05 100644 --- a/assets/themes/cave-dark.json +++ b/assets/themes/cave-dark.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#58526052" + } }, "container_warning": { "corner_radius": 6, diff --git a/assets/themes/cave-light.json b/assets/themes/cave-light.json index 1037255e3c..8e0da2e31f 100644 --- a/assets/themes/cave-light.json +++ b/assets/themes/cave-light.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#8b87921f" + } }, "container_warning": { "corner_radius": 6, diff --git a/assets/themes/dark.json b/assets/themes/dark.json index 9ecf36dd23..f88d2bb080 100644 --- a/assets/themes/dark.json +++ b/assets/themes/dark.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#232323" + } }, "container_warning": { "corner_radius": 6, diff --git a/assets/themes/light.json b/assets/themes/light.json index 53e9d185d7..2afe457195 100644 --- a/assets/themes/light.json +++ b/assets/themes/light.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#eaeaea" + } }, "container_warning": { "corner_radius": 6, diff --git a/assets/themes/solarized-dark.json b/assets/themes/solarized-dark.json index 6b4d22d4b6..8cb536ecbd 100644 --- a/assets/themes/solarized-dark.json +++ b/assets/themes/solarized-dark.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#586e7552" + } }, "container_warning": { "corner_radius": 6, diff --git a/assets/themes/solarized-light.json b/assets/themes/solarized-light.json index 1e3e645bf1..f68b4f477e 100644 --- a/assets/themes/solarized-light.json +++ b/assets/themes/solarized-light.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#93a1a11f" + } }, "container_warning": { "corner_radius": 6, diff --git a/assets/themes/sulphurpool-dark.json b/assets/themes/sulphurpool-dark.json index c199a57241..57d7e5a5d4 100644 --- a/assets/themes/sulphurpool-dark.json +++ b/assets/themes/sulphurpool-dark.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#5e668752" + } }, "container_warning": { "corner_radius": 6, diff --git a/assets/themes/sulphurpool-light.json b/assets/themes/sulphurpool-light.json index 097a0059cb..4de63ce75f 100644 --- a/assets/themes/sulphurpool-light.json +++ b/assets/themes/sulphurpool-light.json @@ -254,8 +254,7 @@ "padding": { "left": 6, "right": 6 - }, - "background": "#979db41f" + } }, "container_warning": { "corner_radius": 6, diff --git a/styles/src/styleTree/workspace.ts b/styles/src/styleTree/workspace.ts index d4e7f146c0..fda75d87ae 100644 --- a/styles/src/styleTree/workspace.ts +++ b/styles/src/styleTree/workspace.ts @@ -99,7 +99,6 @@ export default function workspace(theme: Theme) { containerOk: { cornerRadius: 6, padding: { left: 6, right: 6 }, - background: backgroundColor(theme, 300, "hovered"), }, containerWarning: { cornerRadius: 6,