Skip to content

Commit

Permalink
[TUI-69] Adjusted modal backdrop color (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
lghiur authored Jul 17, 2024
1 parent 0079282 commit f359eda
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tyk-technologies/tyk-ui",
"version": "4.3.1",
"version": "4.3.2",
"description": "Tyk UI - ui reusable components",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}

.tyk-modal__backdrop {
background-color: var(--color-secondary-base-dark);
background-color: var(--color-secondary-extra-dark1);
border: none;
display: none;
position: fixed;
Expand Down

0 comments on commit f359eda

Please sign in to comment.