This commit is contained in:
Cloudburst 2022-08-26 19:20:48 +02:00 committed by GitHub
parent 409f56e60e
commit 006cff303e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const componentMap = {
return <Link className="link" to={props?.href} {...props} />
},
kbd: (props) => {
return <kbd className="kbd" {...props} />
return <kbd className="kbd bg-base-300" {...props} />
},
ol: (props) => {
return <ul className="steps steps-vertical" {...props} />