Skip to content

Commit fa588c0

Browse files
committed
feat: new apps
1 parent e00fb62 commit fa588c0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/pages/apps/CaseConverterPage.js

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,18 @@ function CaseConverterPage() {
6161
</h1>
6262
<hr className="border-gray-700" />
6363
<div className="flex justify-center items-center mt-16">
64-
<div
65-
className="group bg-transparent border rounded-lg shadow-2xl p-6 flex flex-col justify-between relative transform transition-all duration-300 ease-in-out scale-105 overflow-hidden h-full w-full max-w-4xl"
66-
style={cardStyle}
67-
>
68-
<div className="relative z-10 p-1">
64+
<div
65+
className="group bg-transparent border rounded-lg shadow-2xl p-6 flex flex-col justify-between relative transform transition-all duration-300 ease-in-out scale-105 overflow-hidden h-full w-full max-w-4xl"
66+
style={cardStyle}
67+
>
68+
<div
69+
className="absolute top-0 left-0 w-full h-full opacity-10"
70+
style={{
71+
backgroundImage:
72+
'radial-gradient(circle, white 1px, transparent 1px)',
73+
backgroundSize: '10px 10px',
74+
}}
75+
></div> <div className="relative z-10 p-1">
6976
<div className="w-full h-48 resize-y overflow-auto border rounded-md" style={{ borderColor: cardStyle.borderColor }}>
7077
<textarea
7178
className="w-full h-full p-4 bg-gray-900/50 font-mono resize-none border-none focus:ring-0"

0 commit comments

Comments
 (0)