Use the same background color as the editor for SharedScreen

This commit is contained in:
Antonio Scandurra 2022-10-26 08:33:32 +02:00
parent a7d86a164c
commit 56a66b348d
4 changed files with 16 additions and 1 deletions

View file

@ -28,6 +28,7 @@ pub struct Theme {
pub search: Search,
pub project_diagnostics: ProjectDiagnostics,
pub breadcrumbs: ContainedText,
pub shared_screen: ContainerStyle,
pub contact_notification: ContactNotification,
pub update_notification: UpdateNotification,
pub project_shared_notification: ProjectSharedNotification,