theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

21 lines
452 B
TypeScript

import BaseTheme from '../../../base/ui/components/BaseTheme.native';
export default {
displayNameBackdrop: {
alignSelf: 'center',
backgroundColor: BaseTheme.palette.ui01,
borderRadius: BaseTheme.shape.borderRadius,
padding: 6
},
displayNamePadding: {
paddingRight: 6
},
displayNameText: {
color: BaseTheme.palette.text01,
fontSize: 14,
fontWeight: 'bold'
}
};