Skip to content

Commit eaffb51

Browse files
committed
add top border for terminalCli
1 parent e8bdba1 commit eaffb51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/remix-ui/terminal/src/lib/remix-ui-terminal.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ element.style {
6262
font-family : monospace;
6363
padding : .4em;
6464
color : var(--bs-primary);
65+
border-top : 1px solid var(--bs-border-color);
6566
}
6667
.remix_ui_terminal_prompt {
6768
font-family : monospace;

0 commit comments

Comments
 (0)