Start on completions styles
This commit is contained in:
parent
cd4ea344a6
commit
1acc6b462f
3 changed files with 21 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
use gpui::{Styled, WindowContext};
|
||||
use gpui::{px, Styled, WindowContext};
|
||||
use theme2::ActiveTheme;
|
||||
|
||||
use crate::{ElevationIndex, UITextSize};
|
||||
|
@ -6,7 +6,7 @@ use crate::{ElevationIndex, UITextSize};
|
|||
fn elevated<E: Styled>(this: E, cx: &mut WindowContext, index: ElevationIndex) -> E {
|
||||
this.bg(cx.theme().colors().elevated_surface_background)
|
||||
.z_index(index.z_index())
|
||||
.rounded_lg()
|
||||
.rounded(px(8.))
|
||||
.border()
|
||||
.border_color(cx.theme().colors().border_variant)
|
||||
.shadow(index.shadow())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue