updated terminal css background color

pull/1342/head
davidzagi93@gmail.com 3 years ago
parent 7d46160ccc
commit 1d5bba7ec9
  1. 3
      libs/remix-ui/terminal/src/lib/remix-ui-terminal.css

@ -4,7 +4,8 @@ element.style {
} }
#terminalCliInput{ #terminalCliInput{
width: 95%; width: 95%;
background-color: #222336; background: transparent;
border: none;
color: #a2a3bd; color: #a2a3bd;
border-top-style: hidden; border-top-style: hidden;
border-right-style: hidden; border-right-style: hidden;

Loading…
Cancel
Save