diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-30 14:05:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-30 14:05:16 +0900 |
| commit | 0c3e9dd5e09d88a080d4def322251de3397b5241 (patch) | |
| tree | d861689af20ffbd1231d67e7a278fc6eff21ef1b /src | |
| parent | :art: (diff) | |
| download | sharkey-0c3e9dd5e09d88a080d4def322251de3397b5241.tar.gz sharkey-0c3e9dd5e09d88a080d4def322251de3397b5241.tar.bz2 sharkey-0c3e9dd5e09d88a080d4def322251de3397b5241.zip | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/widgets/server.pie.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/widgets/server.pie.vue b/src/client/app/common/views/widgets/server.pie.vue index 532041ae74..d557c52ea5 100644 --- a/src/client/app/common/views/widgets/server.pie.vue +++ b/src/client/app/common/views/widgets/server.pie.vue @@ -5,7 +5,7 @@ cx="50%" cy="50%" fill="none" stroke-width="0.1" - stroke="rgba(#000, 0.05)"/> + stroke="rgba(0, 0, 0, 0.05)"/> <circle :r="r" cx="50%" cy="50%" |