style(ui): background gradient and stronger island shadow

Add a RadialGradientBrush border (DeepBrush center → VoidBrush edges)
filling the island row. Island BoxShadow was already set to IslandShadow
token — no change needed there.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-04-20 11:17:17 +02:00
parent 480d05975d
commit 0bf2d78fba

View File

@@ -75,6 +75,16 @@
</Grid>
</Border>
<!-- Background gradient layer -->
<Border Grid.Row="1">
<Border.Background>
<RadialGradientBrush Center="50%,50%" GradientOrigin="50%,50%" RadiusX="70%" RadiusY="70%">
<GradientStop Offset="0" Color="{StaticResource DeepColor}" />
<GradientStop Offset="1" Color="{StaticResource VoidColor}" />
</RadialGradientBrush>
</Border.Background>
</Border>
<!-- Three islands -->
<Grid Grid.Row="1" Margin="7" ColumnDefinitions="260,*,320">
<Border Grid.Column="0" Classes="island" Margin="7">