Skip to content

Commit 39a3a20

Browse files
committed
fix input box background color issue
1 parent ea7e201 commit 39a3a20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/src/interactive/components/input_section.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,6 @@ pub fn EnhancedTextInput(
721721
width: width,
722722
height: total_height,
723723
border_style: BorderStyle::Round,
724-
border_color: Color::Rgb { r: 100, g: 149, b: 237 },
725724
padding_left: 1,
726725
padding_right: 1,
727726
position: Position::Relative,

0 commit comments

Comments
 (0)