refactor(ui): use danger-box in SettingsModal
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -113,8 +113,7 @@
|
|||||||
Command="{Binding Worktrees.RequestResetConfirmCommand}"
|
Command="{Binding Worktrees.RequestResetConfirmCommand}"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
IsVisible="{Binding !Worktrees.ShowResetConfirm}"/>
|
IsVisible="{Binding !Worktrees.ShowResetConfirm}"/>
|
||||||
<Border BorderBrush="{DynamicResource BloodBrush}" BorderThickness="1"
|
<Border Classes="danger-box"
|
||||||
CornerRadius="6" Padding="12,10"
|
|
||||||
IsVisible="{Binding Worktrees.ShowResetConfirm}">
|
IsVisible="{Binding Worktrees.ShowResetConfirm}">
|
||||||
<StackPanel Spacing="8">
|
<StackPanel Spacing="8">
|
||||||
<TextBlock Text="Remove ALL worktrees? Uncommitted work will be lost."
|
<TextBlock Text="Remove ALL worktrees? Uncommitted work will be lost."
|
||||||
|
|||||||
Reference in New Issue
Block a user