Skip to content

Commit 695c37d

Browse files
committed
updated
1 parent e5f2cda commit 695c37d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

extension/load.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<html>
22
<head>
33
<style>
4+
html {
5+
font-family: "Times New Roman", Georgia, Serif;
6+
}
7+
48
table, td, th {
59
border: 1px solid rgba(100, 100, 100, 0.2);
610
}

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"short_name": "react-perf-devtool",
66
"description":
77
"A Chrome devtool extension for inspecting performance of React components.",
8-
"version": "2.1",
8+
"version": "2.2",
99
"devtools_page": "devtools.html",
1010

1111
"icons": {

0 commit comments

Comments
 (0)