Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Angor/Avalonia/AngorApp/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ResourceDictionary>
</Application.Resources>
<Application.Styles>
<StyleInclude Source="UI/Themes/New/NewTheme.axaml" />
<StyleInclude Source="UI/Themes/V2/Theme.axaml" />
</Application.Styles>

<Application.DataTemplates>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PathIcon Height="96" Width="96" Foreground="{DynamicResource Brand}" Data="{StaticResource BitcoinSymbol}" />
<TextBlock Classes="Title Strong Center">Fund Projects</TextBlock>
<TextBlock Classes="Subtitle Center">Discover and fund innovative Bitcoin projects on the Angor platform.</TextBlock>
<EnhancedButton Command="{Binding FindProjects}" Icon="{Icon fa-search}" Content="Find Projects" Classes="Center Primary" />
<EnhancedButton HorizontalAlignment="Center" Command="{Binding FindProjects}" Icon="{Icon fa-search}" Content="Find Projects" Classes="Center Primary" />
</StackPanel>
</Border>
<Border Classes="Panel">
Expand All @@ -31,7 +31,7 @@
<TextBlock Classes="Title Strong Center">Get Projects Funded</TextBlock>
<TextBlock Classes="Subtitle Center">Create and launch your own projects to raise funding.</TextBlock>
<WrapGrid RowSpacing="16" ColumnSpacing="16" HorizontalAlignment="Center">
<EnhancedButton Command="{Binding CreateProject}" Content="Launch a Project" Classes="Center Primary" />
<EnhancedButton HorizontalAlignment="Center" Command="{Binding CreateProject}" Content="Launch a Project" Classes="Primary" />
</WrapGrid>
</StackPanel>
</Border>
Expand Down
64 changes: 0 additions & 64 deletions src/Angor/Avalonia/AngorApp/UI/Themes/ClassicTheme.axaml

This file was deleted.

78 changes: 0 additions & 78 deletions src/Angor/Avalonia/AngorApp/UI/Themes/New/Containers.axaml

This file was deleted.

35 changes: 0 additions & 35 deletions src/Angor/Avalonia/AngorApp/UI/Themes/New/Custom/Buttons.axaml

This file was deleted.

Loading
Loading