Update Styling
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
const RING_SVG =
|
||||
'<svg class="ring" viewBox="0 0 100 100" aria-hidden="true">' +
|
||||
'<path d="M50 9 C77 7 93 22 92 48 C91 76 74 92 48 91 C21 90 8 74 9 49 C10 24 27 11 53 10" ' +
|
||||
'fill="none" stroke="#FFD43B" stroke-width="7.5" stroke-linecap="round" opacity="0.95"/></svg>';
|
||||
'fill="none" stroke="currentColor" stroke-width="7.5" stroke-linecap="round" opacity="0.95"/></svg>';
|
||||
|
||||
const DOW = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user