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:
@@ -75,6 +75,16 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Border>
|
</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 -->
|
<!-- Three islands -->
|
||||||
<Grid Grid.Row="1" Margin="7" ColumnDefinitions="260,*,320">
|
<Grid Grid.Row="1" Margin="7" ColumnDefinitions="260,*,320">
|
||||||
<Border Grid.Column="0" Classes="island" Margin="7">
|
<Border Grid.Column="0" Classes="island" Margin="7">
|
||||||
|
|||||||
Reference in New Issue
Block a user