ui: tweaks
This commit is contained in:
parent
f483df3bb4
commit
f7e1bb40c5
|
@ -0,0 +1,3 @@
|
|||
.routine > label .text {
|
||||
font-size: 0.9em;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user