Describe the bug
The Sheet component’s corner radius is set as a hardcoded numeric value (e.g., 8) instead of being bound to a radius design token/variable.
What libraries are you seeing the problem on?
Mobile Library
Steps to reproduce
- Locate the Sheet component.
- Select the Sheet surface/container layer.
- In the right panel, check Corner radius.
- Notice the radius is a fixed value.
Expected behavior
The Sheet container/surface corner radius should be bound to the appropriate radius token (container) instead of a raw value, following the design system standard.