Bedrock improvements

This commit is contained in:
Ryan Ward
2026-05-07 16:19:39 -05:00
parent 2d5bc55939
commit 9e0af95953
13 changed files with 68 additions and 18 deletions
+1
View File
@@ -135,6 +135,7 @@ lazy_static! {
/// that this is hard-coded for the default Dark theme. This is because it is only used by the
/// AuthView and OnboardingSurveyModal which do not respect the chosen theme. So, do not use this for Views
/// which respect themes.
#[allow(dead_code)]
pub(crate) fn unthemed_window_border() -> Border {
if cfg!(all(not(target_os = "macos"), not(target_family = "wasm"))) {
// The 15% blend of fg into bg is the "ui surface" color.