Fix incorrect icons (#17856)
This commit is contained in:
parent
524a1a6fec
commit
cdc3791544
5 changed files with 4 additions and 4 deletions
|
@ -5235,7 +5235,7 @@ fn quote_selection_fold_placeholder(title: String, editor: WeakView<Editor>) ->
|
|||
ButtonLike::new(fold_id)
|
||||
.style(ButtonStyle::Filled)
|
||||
.layer(ElevationIndex::ElevatedSurface)
|
||||
.child(Icon::new(IconName::CursorIBeam))
|
||||
.child(Icon::new(IconName::TextSnippet))
|
||||
.child(Label::new(title.clone()).single_line())
|
||||
.on_click(move |_, cx| {
|
||||
editor
|
||||
|
|
|
@ -165,7 +165,7 @@ pub enum IconName {
|
|||
Copy,
|
||||
CountdownTimer,
|
||||
CursorIBeam,
|
||||
CursorText,
|
||||
TextSnippet,
|
||||
Dash,
|
||||
DatabaseZap,
|
||||
Delete,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue