aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-03 22:32:46 +0100
committerGravatar Joe Banks <[email protected]>2024-07-03 22:32:46 +0100
commita8701f24ea112e5beb1cd441b1094e648ef43868 (patch)
tree4bae4c10465b695552b5e742793d1874867a6e4e
parentUpdate tests with new OAuth2 message parameters (diff)
Update success colour
-rw-r--r--src/colors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colors.ts b/src/colors.ts
index 52b48cb..dfdd390 100644
--- a/src/colors.ts
+++ b/src/colors.ts
@@ -6,5 +6,5 @@ export default {
greyple: "#99AAB5",
darkerGreyple: "#6E7D88",
error: "#f04747",
- success: "#43b581"
+ success: "#37805e"
};