Skip to content

Commit 143d07f

Browse files
committed
Update ExtensionView.axaml
1 parent e0e0d96 commit 143d07f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/Views/ExtensionView.axaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@
112112
Classes="Primary"
113113
Command="{Binding SelectFolderCommand}"
114114
CommandParameter="ExtensionDirectory"
115-
Theme="{DynamicResource SolidButton}">
116-
<PathIcon Width="15" Height="15" Data="{DynamicResource PickFileSVG}" />
115+
Theme="{DynamicResource SolidButton}" Content="Pick">
117116
</Button>
118117

119118
<!-- Extension Path -->
@@ -134,8 +133,8 @@
134133
Classes="Primary"
135134
Command="{Binding SelectFolderCommand}"
136135
CommandParameter="ExportPath"
137-
Theme="{DynamicResource SolidButton}">
138-
<PathIcon Width="15" Height="15" Data="{DynamicResource PickFileSVG}" />
136+
Theme="{DynamicResource SolidButton}"
137+
Content="Pick">
139138
</Button>
140139

141140
<!-- Dependencies -->

0 commit comments

Comments
 (0)