fix(Divider): add w-full only on horizontal wrapper (#1565)

This commit is contained in:
Mahdi Shah Abbasian
2024-03-27 16:27:09 +03:30
committed by GitHub
parent dd8a122933
commit bd8b737642

View File

@@ -1,7 +1,7 @@
export default {
wrapper: {
base: 'flex items-center align-center text-center w-full',
horizontal: 'flex-row',
base: 'flex items-center align-center text-center',
horizontal: 'w-full flex-row',
vertical: 'flex-col'
},
container: {