@@ -2,5 +2,5 @@
#include "color.h"
constexpr Color kBlack = {{{0x0000, 0x0000, 0x0000}}};
constexpr Color kWhite = {{{0xffff, 0xffff, 0xffff}}};
constexpr RgbColor kBlack = {{{{0x0000, 0x0000, 0x0000}}}};
constexpr RgbColor kWhite = {{{{0xffff, 0xffff, 0xffff}}}};
The note is not visible to the blocked user.