feat: zap modal

This commit is contained in:
2025-01-12 11:40:34 +00:00
parent 93e7ee18c1
commit 73d03ca0f1
14 changed files with 1146 additions and 54 deletions

View File

@ -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)