deeb25a2| 1 | <UserControl xmlns="https://github.com/avaloniaui" |
| 2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 3 | x:Class="CascadeIDE.Views.UiKit.CascadeStatusChip" |
| 4 | x:Name="Root" |
| 5 | x:CompileBindings="False"> |
| 6 | <Border Classes="cascadeStatusChip"> |
| 7 | <TextBlock Text="{Binding Text, ElementName=Root}" |
| 8 | FontSize="11" |
| 9 | Foreground="{DynamicResource CascadeTheme.StatusChipForeground}"/> |
| 10 | </Border> |
| 11 | </UserControl> |
| 12 | |
View only · write via MCP/CIDE