update: style
This commit is contained in:
@@ -9,7 +9,7 @@ type WelcomePanelProps = {
|
||||
export function WelcomePanel({ onCreateScript }: WelcomePanelProps) {
|
||||
return (
|
||||
<div className="welcome-panel-shell flex min-h-full flex-col items-center justify-center p-[35px] text-center">
|
||||
<div className="mb-[21px] grid size-[86px] place-items-center rounded-[25px] border border-[#cfe0f0] bg-gradient-to-br from-white to-[#eaf4fd] text-[#3d8cd9] shadow-[0_16px_35px_rgb(40_103_165/12%)]">
|
||||
<div className="mb-[21px] grid size-[86px] place-items-center rounded-[25px] border border-[#cfe0f0] bg-gradient-to-br from-white to-[#eaf4fd] text-[#3d8cd9] shadow-lg">
|
||||
<SquareChartGantt size={42}/>
|
||||
</div>
|
||||
<span className="text-[10px] font-extrabold tracking-[0.12em] text-[#2e81ce]">
|
||||
|
||||
Reference in New Issue
Block a user