From a4ee27778ec777c4c592eb951482b1a227218349 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Sat, 9 Nov 2024 05:29:31 +0800 Subject: [PATCH] feat: add basic BoxShadows. --- src/Semi.Avalonia/Themes/Dark/Palette.axaml | 4 ++++ src/Semi.Avalonia/Themes/Light/Palette.axaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/Semi.Avalonia/Themes/Dark/Palette.axaml b/src/Semi.Avalonia/Themes/Dark/Palette.axaml index e69e146..9fa8732 100644 --- a/src/Semi.Avalonia/Themes/Dark/Palette.axaml +++ b/src/Semi.Avalonia/Themes/Dark/Palette.axaml @@ -421,4 +421,8 @@ + + + 0 0 0 0 #0A000000 + inset 0 0 0 1 #1AFFFFFF, 0 4 14 0 #40000000 \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Light/Palette.axaml b/src/Semi.Avalonia/Themes/Light/Palette.axaml index 9e006f9..9be8e8f 100644 --- a/src/Semi.Avalonia/Themes/Light/Palette.axaml +++ b/src/Semi.Avalonia/Themes/Light/Palette.axaml @@ -421,4 +421,8 @@ + + + 0 0 0 0 #0A000000 + 0 0 1 0 #4A000000, 0 4 14 0 #1A000000 \ No newline at end of file