codexly-ui 0.10.44 → 0.10.45
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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -215,7 +215,7 @@ const BUTTON_SIZE_MAP = {
|
|
|
215
215
|
xs: 'text-xs px-2 py-1 gap-1',
|
|
216
216
|
sm: 'text-xs px-3 py-1.5 gap-1.5',
|
|
217
217
|
md: 'text-sm px-4 py-2 gap-2',
|
|
218
|
-
lg: 'text-
|
|
218
|
+
lg: 'text-base px-5 py-2.5 gap-2.5',
|
|
219
219
|
};
|
|
220
220
|
const BUTTON_SHAPE_FIXED = {
|
|
221
221
|
pill: 'rounded-full',
|