How should I indicate that a button or input is disabled in a dark theme?
As is the web standard, disabled inputs become "grayed out", getting a little darker and sometimes less opaque:
So my question is how to replicate this in dark mode. This is how it looks when they're enabled:
And the options are to make them either lighter (to mimic them being grayed out) or darker (because that's what happens in light mode) when disabling:
Is there an existing pattern for this?