diff options
| author | Kisei <[email protected]> | 2016-12-01 01:54:42 -0500 |
|---|---|---|
| committer | zeyla <[email protected]> | 2016-11-30 22:54:42 -0800 |
| commit | daa24ec1c622813836f8f4b71809b2ec55ab99fd (patch) | |
| tree | c08d5715f1ac99d767dd99f52069641b1ccfd1a9 /src/utils | |
| parent | Add documentation for EditMember and EditProfile (diff) | |
| download | serenity-daa24ec1c622813836f8f4b71809b2ec55ab99fd.tar.xz serenity-daa24ec1c622813836f8f4b71809b2ec55ab99fd.zip | |
Capitalize the hex value for blitz_blue
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/colour.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/colour.rs b/src/utils/colour.rs index e00d2d9..939a200 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -239,7 +239,7 @@ impl From<u64> for Colour { colour! { Colour; /// Creates a new `Colour`, setting its RGB value to `(111, 198, 226)`. - blitz_blue, 0x6fc6e2; + blitz_blue, 0x6FC6E2; /// Creates a new `Colour`, setting its RGB value to `(52, 152, 219)`. blue, 0x3498DB; /// Creates a new `Colour`, setting its RGB value to `(114, 137, 218)`. |