vbox stuff

This commit is contained in:
ntr
2019-07-20 21:46:54 +10:00
parent 145f8e6a35
commit ffc043d526
10 changed files with 198 additions and 225 deletions
+2 -2
View File
@@ -2,11 +2,11 @@ const preact = require('preact');
module.exports = function vboxColour(colour) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" class={colour.toLowerCase()} >
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" class={colour} >
<circle
cx={50}
cy={50}
r={40}
r={50}
// stroke-width="2"
// stroke={colour}
/>