We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7f70c commit 161b492Copy full SHA for 161b492
src/providers.ts
@@ -21,7 +21,7 @@ const providers: Provider[] = [
21
{
22
id: "ups",
23
name: "UPS",
24
- color: Color.Yellow,
+ color: Color.Orange,
25
updateTracking: updateUpsTracking,
26
},
27
0 commit comments