@moises.ai/design-system 3.9.23 → 3.9.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "3.9.23",
3
+ "version": "3.9.24",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -223,8 +223,11 @@ sectionTitle {
223
223
 
224
224
  .setlistsContent {
225
225
  /* gap: 4px; */
226
- margin: 1px 0;
227
- /* padding-bottom: 16px; */
226
+ /* margin: 1px 0; */
227
+ /* margin: 1px 0 16px 0; */
228
+ margin: 1px 0 16px 0;
229
+
230
+ /* padding-bottom: 15px; */
228
231
  }
229
232
 
230
233
  .scrollShadow {