This reverts commit 6767e98e00
.
Somehow that PR automerged itself even with failed CI checks.
Release Notes:
- N/A
This commit is contained in:
parent
87cdb68cca
commit
b75964a636
20 changed files with 161 additions and 139 deletions
|
@ -4,7 +4,7 @@ use gpui::{
|
|||
Subscription,
|
||||
};
|
||||
use project::ProjectItem as _;
|
||||
use ui::{prelude::*, ButtonLike, Elevation, KeyBinding};
|
||||
use ui::{prelude::*, ButtonLike, ElevationIndex, KeyBinding};
|
||||
use util::ResultExt as _;
|
||||
use workspace::item::ItemEvent;
|
||||
use workspace::WorkspaceId;
|
||||
|
@ -231,7 +231,7 @@ impl Render for ReplSessionsPage {
|
|||
ButtonLike::new("install-kernels")
|
||||
.style(ButtonStyle::Filled)
|
||||
.size(ButtonSize::Large)
|
||||
.elevation(Elevation::ModalSurface)
|
||||
.layer(ElevationIndex::ModalSurface)
|
||||
.child(Label::new("Install Kernels"))
|
||||
.on_click(move |_, _, cx| {
|
||||
cx.open_url(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue