mohaghali
mohaghali
**Describe the bug** When the asset name is long the cards nested to each other **To Reproduce** Steps to reproduce the behavior: 1.open texture 2.load some asset with short, medium...
css input: ``` background-color: #e0e0e0; color:#e0e0e0; ``` Flutter ``` Container( child: Text( "Hello World", style: TextStyle( color: Color(0xE0E0E000), ), ), decoration: BoxDecoration( color: Color(0xE0E0E000), ) ), ``` error: #e0e0e0 should...
mock