11 lines
240 B
TypeScript
11 lines
240 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const ActionsheetDragIndicator = createStyle({
|
|
height: '$1',
|
|
width: '$16',
|
|
bg: '$backgroundLight400',
|
|
rounded: '$full',
|
|
_dark: {
|
|
bg: '$backgroundDark500',
|
|
},
|
|
});
|