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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user