diff options
author | 2024-07-03 22:32:46 +0100 | |
---|---|---|
committer | 2024-07-03 22:32:46 +0100 | |
commit | a8701f24ea112e5beb1cd441b1094e648ef43868 (patch) | |
tree | 4bae4c10465b695552b5e742793d1874867a6e4e | |
parent | Update tests with new OAuth2 message parameters (diff) |
Update success colour
-rw-r--r-- | src/colors.ts | 2 |
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" }; |