Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 6098bdf

Browse files
committed
revert: z-index input
1 parent 17c351d commit 6098bdf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/ui
22

3+
## 0.1.50
4+
5+
### Patch Changes
6+
7+
- Revert z-index input
8+
39
## 0.1.49
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/ui",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/ui/src/react/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const primitiveInputVariants = cva(
4141

4242
type PrimitiveInputVariants = VariantProps<typeof primitiveInputVariants>;
4343

44-
const inputVariants = cva('relative z-40', {
44+
const inputVariants = cva('relative', {
4545
defaultVariants: {
4646
hasEndIcon: false,
4747
hasStartIcon: false,

0 commit comments

Comments
 (0)