Improve CrashReporter UI for the latest crash

Summary: I have updated the UI of the crash reporter. It doesn't show the multiple crashes now. I will work on that in other diff. This diff just updates the current UI that shows the latest crash, as per the [design](https://our.intern.facebook.com/intern/px/p/pJ11/)

Reviewed By: danielbuechele

Differential Revision: D14399400

fbshipit-source-id: f6f28c2c6d386f4cd99a257922993ef355b1059b
This commit is contained in:
Pritesh Nandgaonkar
2019-03-19 08:15:12 -07:00
committed by Facebook Github Bot
parent 8b91ec68a7
commit 574ae7a3e8
2 changed files with 140 additions and 60 deletions

View File

@@ -40,6 +40,9 @@ export const colors = {
purpleTint: '#E8E3F4',
grey: '#88A2AB', // Grey - Debug
greyTint: '#E7ECEE',
greyTint2: '#e5e5e5', // Grey - Can be used in demarcation with greyStackTraceTint
greyTint3: '#515151', // Grey - Can be used as the color for the title
greyStackTraceTint: '#f5f6f8', // Grey - It is used as the background for the stacktrace in crash reporter plugin
cyan: '#4FC9EA', // Cyan - Info
cyanTint: '#DCF4FB', // Cyan - Info
// FIG UI Light