FIX: Better support for mobile phones
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
58dfdd329e
commit
4016eb5944
@@ -127,7 +127,7 @@ function Sheet(props: SheetProps) {
|
||||
const StyledMenu = styled(Menu)``;
|
||||
|
||||
const StyledMenuItem = styled(MenuItem)`
|
||||
font-size: 12px;
|
||||
font-size: 12px;
|
||||
`;
|
||||
|
||||
const StyledButton = styled(Button)`
|
||||
|
||||
@@ -397,6 +397,7 @@ const ToolbarContainer = styled("div")`
|
||||
font-family: Inter;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
overflow-x: auto;
|
||||
padding-left: 11px;
|
||||
`;
|
||||
|
||||
type TypeButtonProperties = { $pressed: boolean; $underlinedColor?: string };
|
||||
|
||||
Reference in New Issue
Block a user