update: style
This commit is contained in:
@@ -323,7 +323,7 @@ export default function ScriptsPage() {
|
||||
onHandleUpload={handleUpload}
|
||||
/>
|
||||
|
||||
<section className="flex min-h-0 flex-col overflow-hidden rounded-[7px] border border-[#dce4ec] bg-white shadow-[0_2px_7px_rgb(25_46_73/3%)]">
|
||||
<section className="flex min-h-0 flex-col overflow-hidden rounded-[7px] border border-[#dce4ec] bg-white shadow-md">
|
||||
{selected ? (
|
||||
<ScriptWorkspace
|
||||
script={selected}
|
||||
|
||||
Reference in New Issue
Block a user