feat: enhance Card, CasinoButton, Chip, DealerArea, and TableScreen components; add animation, size adjustments, and improved UI elements for better user experience

This commit is contained in:
2025-12-21 02:54:10 +01:00
parent 038d4f4caa
commit 0c14bab299
5 changed files with 748 additions and 181 deletions

View File

@@ -42,8 +42,8 @@ const styles = StyleSheet.create({
borderColor: 'rgba(255,255,255,0.2)'
},
buttonSmall: {
paddingVertical: 8,
paddingHorizontal: 16
paddingVertical: 9,
paddingHorizontal: 18
},
inner: {
alignItems: 'center'
@@ -56,7 +56,7 @@ const styles = StyleSheet.create({
},
textSmall: {
fontSize: 13,
letterSpacing: 0.8
letterSpacing: 0.7
},
disabled: {
opacity: 0.5