@theroutingcompany/components 0.0.32-alpha.5 → 0.0.32-alpha.6
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.
|
@@ -31244,7 +31244,7 @@ U5.displayName = "Action";
|
|
|
31244
31244
|
wa.Action = U5;
|
|
31245
31245
|
const OK = A(z5)`
|
|
31246
31246
|
flex-grow: 1;
|
|
31247
|
-
padding: ${f.sizing_450};
|
|
31247
|
+
padding: ${f.sizing_450} 0;
|
|
31248
31248
|
background-color: ${f.color_white};
|
|
31249
31249
|
outline: none;
|
|
31250
31250
|
|