fix: properly set background color for floating labels (#1468)

This commit is contained in:
Brian Smith
2025-04-01 12:51:38 -04:00
committed by GitHub
parent 520dd6ed6b
commit dfcb94a831
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/reactifex": "1.1.0",
"@openedx/frontend-build": "^14.3.3",
"@openedx/frontend-build": "^14.4.2",
"babel-plugin-formatjs": "10.5.37",
"eslint-plugin-import": "2.31.0",
"glob": "7.2.3",
@@ -3178,9 +3178,9 @@
}
},
"node_modules/@openedx/frontend-build": {
"version": "14.4.1",
"resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.4.1.tgz",
"integrity": "sha512-/YjSSF2JgEZJe7MnvOWDVm3M45pp00b1vjSO3Wu62awb7El2MzQeUos5ylTyjSNAsJL/33zNQ5pvoOo8wAZ21A==",
"version": "14.4.2",
"resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.4.2.tgz",
"integrity": "sha512-RWAsaYq88cGlqO4eDDo/ylY6dJsbeBsI+4LxmKPrW4MPh0rIFZILvH+X3z/t9SVTlGTx4UkUQV9LXPGLKdcA1g==",
"license": "AGPL-3.0",
"dependencies": {
"@babel/cli": "7.24.8",

View File

@@ -73,7 +73,7 @@
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/reactifex": "1.1.0",
"@openedx/frontend-build": "^14.3.3",
"@openedx/frontend-build": "^14.4.2",
"babel-plugin-formatjs": "10.5.37",
"eslint-plugin-import": "2.31.0",
"glob": "7.2.3",