Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created October 5, 2023 18:49
Show Gist options
  • Save codigoconjuan/e1a67f2a729bc44978c2c7d0f946ce7e to your computer and use it in GitHub Desktop.
Save codigoconjuan/e1a67f2a729bc44978c2c7d0f946ce7e to your computer and use it in GitHub Desktop.
Código para swipleable List
/*** SWIPE LIST OVERRIDES **/
.swipeable-list-item__leading-actions,
.swipeable-list-item__trailing-actions {
@apply text-white text-lg uppercase font-bold;
}
.swipeable-list-item__leading-actions{
@apply bg-blue-600;
}
.swipeable-list-item__trailing-actions {
@apply bg-pink-600;
}
.swipeable-list .swipe-action {
@apply flex justify-center items-center
}
@Nico235711
Copy link

gracias

@IvanARM21
Copy link

gracias profe

@pooldeveloper
Copy link

gracias profe

@AgusssCarrizo
Copy link

Gracias Profe

@RoyemFiguer
Copy link

Gracias Profe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment