Jahir Fiquitiva
Jahir Fiquitiva
This one is for the hour at the right of my name, which I noticed really quick... will update this issue with other examples later
Just found this one: when you want to share a message, the sender name is too dark (Check the user photo at the bottom and there's my name in there...
Just found another one ... when opening a thread, the channel name and the X icon are too dark
@rothsandro I tried changing the type used there, to this: ``` typescript export type UtilFunc = (value: T) => Record; export type UtilsObject = Record; ``` but still isn't working...
oh, removing the whole type from those utils files worked, yeah... I wish I could type them tho 🤔 Thanks!
Same issue here 😕
I shared some stuff regarding this on discord a while ago... I created this to replicate https://codesandbox.io/s/stitches-and-next-themes-forked-04pbg?file=/components/theme-switch.js But I'm using a mix of `css({})` and `styled()` https://discord.com/channels/752614004387610674/752614004387610678/927691473502228560 https://discord.com/channels/752614004387610674/752614004387610678/927697534103728148
This will get added eventually, but most likely when there's a stable version of Lawnchair 12 (no alpha or beta)
@gaoli Thanks a lot for the help, but I still don't know how to set custom properties For example, a `Date` variable and an `int` one, let's say for the...
The error already tells you what you have to do for this to work. Check [Glide's Documentation](https://bumptech.github.io/glide/tut/custom-modelloader.html)