Files
super-app/App/common/constants/FabIconConstants.ts
2024-12-18 13:05:28 +00:00

8 lines
137 B
TypeScript

export enum FabIconSize {
SMALL = "small",
LARGE = "large",
}
export const FAB_WIDTH_LARGE = 48;
export const FAB_WIDTH_SMALL = 44;