ui: tweaks

This commit is contained in:
cha0s 2020-06-20 04:48:16 -05:00
parent f483df3bb4
commit f7e1bb40c5
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
.routine > label .text {
font-size: 0.9em;
}

View File

@ -25,7 +25,7 @@ const Routines = ({
([name, routine]) => (
<li className="routine">
<label>
{name}
<span className="text">{name}</span>
<Actions.component context={context} value={routine.routine} />
</label>
</li>