talkatu/talkatu

Attach colour popover to the right button

2022-01-30, Elliott Sales de Andrade
2959450b0d1c
Attach colour popover to the right button

Testing Done:
Ran demo and clicked colour button.

Reviewed at https://reviews.imfreedom.org/r/1263/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```