Added bgs on android ID + cleanup
Summary: Paddings and alignments were improved also changelog: UIDebugger - Added ability to big grep search based on android ID if available Reviewed By: lblasa Differential Revision: D43159228 fbshipit-source-id: e2d7190ea2411e936ba065328bcc375c64619e8f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
96bed18df2
commit
25149cc8c9
@@ -26,12 +26,16 @@ export const InspectorStyle = {
|
||||
},
|
||||
} as const;
|
||||
|
||||
export const RowStyle = {
|
||||
marginTop: 4,
|
||||
marginBottom: 4,
|
||||
export const BottomBorder = {
|
||||
borderStyle: 'solid',
|
||||
borderColor: theme.dividerColor,
|
||||
borderWidth: '0 0 1px 0',
|
||||
};
|
||||
|
||||
export const RowStyle = {
|
||||
...BottomBorder,
|
||||
marginTop: 4,
|
||||
marginBottom: 4,
|
||||
} as const;
|
||||
|
||||
export const ObjectContainerStyle = {
|
||||
|
||||
Reference in New Issue
Block a user