Skip to content

Commit 3b38079

Browse files
committed
fix: style
1 parent d3e293a commit 3b38079

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/init/initCredentials.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ export async function initCredentials(context: IContext) {
4242
}
4343
} finally {
4444
refreshTree();
45-
context.webviewProvider.refresh();
4645
}
4746
}

webviews/components/DepotSelect/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
.select {
77
width: 250px;
8+
color: black;
89
}

0 commit comments

Comments
 (0)