mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 14:18:31 +00:00
add some padding
This commit is contained in:
parent
10d86ff835
commit
8dd0e9600d
@ -20,7 +20,7 @@ function classNames(...classes) {
|
||||
export function PatternsTab({ context }) {
|
||||
const { userPatterns, activePattern } = useSettings();
|
||||
return (
|
||||
<div className="px-4 w-full dark:text-white text-stone-900 space-y-4">
|
||||
<div className="px-4 w-full dark:text-white text-stone-900 space-y-4 pb-4">
|
||||
<section>
|
||||
<h2 className="text-xl mb-2">Pattern Collection</h2>
|
||||
<div className="space-x-4 border-b border-foreground mb-2 pb-1">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user