Refactor command palette, picker and code action styles.
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
3d66ba35a3
commit
6bdb6e486e
3 changed files with 12 additions and 19 deletions
|
@ -97,7 +97,7 @@ use text::{OffsetUtf16, Rope};
|
|||
use theme::{
|
||||
ActiveTheme, DiagnosticStyle, PlayerColor, SyntaxTheme, Theme, ThemeColors, ThemeSettings,
|
||||
};
|
||||
use ui::IconButton;
|
||||
use ui::{IconButton, StyledExt};
|
||||
use util::{post_inc, RangeExt, ResultExt, TryFutureExt};
|
||||
use workspace::{
|
||||
item::ItemEvent, searchable::SearchEvent, ItemNavHistory, SplitDirection, ViewId, Workspace,
|
||||
|
@ -1582,7 +1582,7 @@ impl CodeActionsMenu {
|
|||
.collect()
|
||||
},
|
||||
)
|
||||
.bg(cx.theme().colors().element_background)
|
||||
.elevation_1(cx)
|
||||
.px_2()
|
||||
.py_1()
|
||||
.with_width_from_item(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue