Add Buffer
component
This commit is contained in:
parent
d09f53c380
commit
208d5df106
14 changed files with 661 additions and 19 deletions
|
@ -3,8 +3,8 @@ use std::marker::PhantomData;
|
|||
use gpui3::{Hsla, WindowContext};
|
||||
use smallvec::SmallVec;
|
||||
|
||||
use crate::theme::theme;
|
||||
use crate::prelude::*;
|
||||
use crate::theme::theme;
|
||||
|
||||
#[derive(Default, PartialEq, Copy, Clone)]
|
||||
pub enum LabelColor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue