Skip to content

Commit fa5cdd1

Browse files
committed
template border style
1 parent 1ca5439 commit fa5cdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide/src/assets/css/themes/remix-dark_tvx1s2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5587,9 +5587,9 @@ textarea.form-control-lg {
55875587
display: flex;
55885588
flex-direction: column;
55895589
width: 100%;
5590-
color: var(--bs-modal-color);
5590+
color: var(--bs-white);
55915591
pointer-events: auto;
5592-
background-color: var(--bs-modal-bg);
5592+
background-color: var(--bs-body-bg);
55935593
background-clip: padding-box;
55945594
border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
55955595
border-radius: var(--bs-modal-border-radius);

0 commit comments

Comments
 (0)