gridaco / assistant

🤖 Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
https://grida.co/assistant
Other
578 stars 47 forks source link

Constraints Left&Right and Top&Bottom not work well #49

Closed taeilyoon closed 3 years ago

taeilyoon commented 3 years ago
스크린샷 2020-12-19 23 44 59 스크린샷 2020-12-19 23 45 09

i think it's code it, should be

          Padding(
            padding: const EdgeInsets.only(left : 36, right: 36),
            child: Container(
              height: 103,
              decoration: BoxDecoration(
                color: Color(
                  0xffc4c4c4,
                ),
              ),
            ),
          )

when Left&Right, Target's padding value should be fixed and stretch it.

taeilyoon commented 3 years ago

duplacate myself omg

softmarshmallow commented 3 years ago

duplicate of https://github.com/bridgedxyz/assistant/issues/37