mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 23:46:19 +00:00
🆙 Upgrade to tailwind css 4.2.0
This commit is contained in:
@@ -84,7 +84,7 @@ export const InventoryFurnitureDeleteView: FC<{}> = props =>
|
||||
className="cursor-pointer text-black fa-icon shrink-0"
|
||||
onClick={ () => updateAmount((amount - 1).toString()) } />
|
||||
<NitroInput
|
||||
className="quantity-input text-center !py-0.5"
|
||||
className="quantity-input text-center py-0.5!"
|
||||
type="number"
|
||||
min={ 1 }
|
||||
max={ maxAmount }
|
||||
@@ -98,7 +98,7 @@ export const InventoryFurnitureDeleteView: FC<{}> = props =>
|
||||
</NitroButton>
|
||||
</div>
|
||||
<NitroButton
|
||||
className="!bg-danger hover:!bg-danger/80 w-full"
|
||||
className="bg-danger! hover:bg-danger/80! w-full"
|
||||
disabled={ amount > maxAmount }
|
||||
onClick={ deleteItem }>
|
||||
{ LocalizeText('inventory.delete.confirm_delete.button') }
|
||||
|
||||
Reference in New Issue
Block a user