@app-studio/web 0.3.12 → 0.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2513,10 +2513,7 @@ var FieldContainer = function FieldContainer(_ref) {
2513
2513
 
2514
2514
  var Shapes = {
2515
2515
  default: {
2516
- borderTopLeftRadius: 6,
2517
- borderTopRightRadius: 6,
2518
- borderBottomLeftRadius: 0,
2519
- borderBottomRightRadius: 0
2516
+ borderRadius: 0
2520
2517
  },
2521
2518
  sharp: {
2522
2519
  borderRadius: 0
@@ -2599,7 +2596,7 @@ var FieldContent = function FieldContent(_ref) {
2599
2596
  borderStyle: "solid",
2600
2597
  alignItems: "center",
2601
2598
  borderColor: color,
2602
- backgroundColor: "color.trueGray.50",
2599
+ backgroundColor: "color.white",
2603
2600
  transition: "padding 0.2s ease",
2604
2601
  justifyContent: "space-between",
2605
2602
  fontSize: appStudio.Typography.fontSizes[size],