Skip to content

Commit 3d8d1a6

Browse files
author
David Buezas
committed
prettier reset button
1 parent 753b8e1 commit 3d8d1a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/plotly-graph-card.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ export class PlotlyGraph extends HTMLElement {
6969
top: 13px;
7070
left: 15px;
7171
height: 19px;
72-
color: rgb(68, 68, 68);
73-
fill: rgb(238, 238, 238);
72+
color: rgb(114, 114, 114);
73+
background: rgb(238, 238, 238);
7474
border: 0px;
75+
border-radius: 3px;
7576
}
7677
</style>
7778
<div id="plotly"> </div>

0 commit comments

Comments
 (0)