apps/web: reduce back button text size
This commit is contained in:
parent
a3a31000de
commit
6099175ad9
@ -7,7 +7,7 @@ export function Controls() {
|
||||
return (
|
||||
<div className="lg:w-standard flex w-full flex-row px-5 pt-5">
|
||||
<button
|
||||
className="flex flex-row gap-2"
|
||||
className="flex flex-row items-center gap-2 text-sm"
|
||||
type="button"
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user