mattermost-mobile/app/components/chips/constants.ts
Daniel Espino García 1c0e201edf
Refactor chips (#8740)
* Refactor chips

* Fix tsc

* Rename showXButton
2025-04-08 10:14:01 +02:00

5 lines
181 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export const CHIP_HEIGHT = 32;
export const CHIP_BOTTOM_MARGIN = 8;