[Chat] Split view layout for web (#10258)
This commit is contained in:
@@ -811,14 +811,15 @@ export function ButtonIcon({
|
||||
* also so that we can calculate transforms.
|
||||
*/
|
||||
const iconSize = {
|
||||
'2xs': 8,
|
||||
xs: 12,
|
||||
sm: 16,
|
||||
md: 18,
|
||||
lg: 24,
|
||||
xl: 28,
|
||||
'2xs': 8,
|
||||
'2xl': 32,
|
||||
'3xl': 40,
|
||||
'4xl': 48,
|
||||
}[iconSizeShorthand]
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user