mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
chore: upgrade dependencies
This commit is contained in:
@ -14,7 +14,7 @@ const RUASandpack = ({ ...rest }: Props) => {
|
||||
|
||||
if (!mounted) {
|
||||
return (
|
||||
<div className="my-2 rounded-[0.5em] overflow-hidden">
|
||||
<div className="my-2 rounded-lg-[0.5em] overflow-hidden">
|
||||
<Sandpack
|
||||
{...rest}
|
||||
options={{
|
||||
@ -29,7 +29,7 @@ const RUASandpack = ({ ...rest }: Props) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="my-2 rounded-[0.5em] overflow-hidden">
|
||||
<div className="my-2 rounded-lg-[0.5em] overflow-hidden">
|
||||
<Sandpack
|
||||
{...rest}
|
||||
theme={
|
||||
|
@ -38,7 +38,7 @@ const Tab = ({ defaultValue, children }: Props) => {
|
||||
key={child.props.label}
|
||||
onClick={() => handleSwitch(child.props.value)}
|
||||
className={clsx(
|
||||
'px-5 py-3 rounded-t-lg',
|
||||
'px-5 py-3 rounded-lg-t-lg',
|
||||
child.props.value === currentValue &&
|
||||
'text-teal-500 border-b-[3px] border-teal-500',
|
||||
'select-none cursor-pointer',
|
||||
|
Reference in New Issue
Block a user