Add IconButton
component
This commit is contained in:
parent
bcad2f4e9e
commit
696aee3891
6 changed files with 83 additions and 4 deletions
|
@ -3,13 +3,11 @@ pub use gpui3::{
|
|||
WindowContext,
|
||||
};
|
||||
|
||||
pub use crate::{HackyChildren, HackyChildrenPayload, ElementExt};
|
||||
pub use crate::{theme, ButtonVariant, ElementExt, HackyChildren, HackyChildrenPayload, Theme};
|
||||
|
||||
use gpui3::{hsla, rgb, Hsla};
|
||||
use strum::EnumIter;
|
||||
|
||||
use crate::theme::{theme, Theme};
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct SystemColor {
|
||||
pub transparent: Hsla,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue