@redseed/redseed-ui-tailwindcss 7.2.2 → 7.2.3

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.
@@ -3,7 +3,7 @@
3
3
  @apply inline-flex justify-center items-center select-none outline-hidden p-2 font-semibold text-sm transition cursor-pointer;
4
4
 
5
5
  /* default shape */
6
- @apply first:rounded-l-md last:rounded-r-md first:border-l border-r border-y ring-0;
6
+ @apply first:rounded-l-lg last:rounded-r-lg first:border-l border-r border-y ring-0;
7
7
 
8
8
  /* default colors */
9
9
  @apply text-button-secondary bg-background-primary border-button-secondary;
@@ -1,4 +1,4 @@
1
1
  .rsui-form-field-suffix .rsui-form-field-text__suffix {
2
- @apply border rounded-r-md;
2
+ @apply border rounded-r-lg;
3
3
  @apply bg-background-secondary border-background-secondary border-l-border-primary;
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.2.2",
3
+ "version": "7.2.3",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",