This commit is contained in:
Nathan Sobo 2023-11-13 18:18:25 -07:00
parent aec7955ccf
commit 76754c559c
11 changed files with 296 additions and 22 deletions

View file

@ -1,4 +1,4 @@
use gpui::AnyElement;
use gpui::{AnyElement, Pixels};
use smallvec::SmallVec;
use crate::{h_stack, prelude::*, v_stack, Button, Icon, IconButton, Label};