Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -78,7 +78,7 @@ export struct EmptyComponent { | @@ -78,7 +78,7 @@ export struct EmptyComponent { | ||
| 78 | /** | 78 | /** |
| 79 | * The empty data text opacity. | 79 | * The empty data text opacity. |
| 80 | */ | 80 | */ |
| 81 | - readonly TEXT_OPACITY: number = 0.4; | 81 | + readonly TEXT_OPACITY: number = 1.0; |
| 82 | private timer: number = -1 | 82 | private timer: number = -1 |
| 83 | retry: () => void = () => { | 83 | retry: () => void = () => { |
| 84 | } | 84 | } |
-
Please register or login to post a comment