add some padding
This commit is contained in:
parent
10d86ff835
commit
8dd0e9600d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function classNames(...classes) {
|
||||||
export function PatternsTab({ context }) {
|
export function PatternsTab({ context }) {
|
||||||
const { userPatterns, activePattern } = useSettings();
|
const { userPatterns, activePattern } = useSettings();
|
||||||
return (
|
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>
|
<section>
|
||||||
<h2 className="text-xl mb-2">Pattern Collection</h2>
|
<h2 className="text-xl mb-2">Pattern Collection</h2>
|
||||||
<div className="space-x-4 border-b border-foreground mb-2 pb-1">
|
<div className="space-x-4 border-b border-foreground mb-2 pb-1">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue