feat: zap modal
This commit is contained in:
@ -37,7 +37,7 @@ impl Widget for NativeTextInput<'_> {
|
||||
if let Some(hint_text) = self.hint_text {
|
||||
editor = editor.hint_text(egui::RichText::new(hint_text).color(NEUTRAL_500));
|
||||
}
|
||||
|
||||
|
||||
if self.frame {
|
||||
Frame::none()
|
||||
.inner_margin(MARGIN_DEFAULT)
|
||||
|
Reference in New Issue
Block a user