We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fd913 commit a0c432bCopy full SHA for a0c432b
src/pages/Dashboard/Dashboard.jsx
@@ -12,11 +12,11 @@ export const Dashboard = () => {
12
<div className='max-w-screen-xl mx-auto'>
13
<div className='flex justify-between items-start gap-4 p-4'>
14
{/* Keywords Section */}
15
- <div className='flex-1 p-4 bg-white rounded-lg shadow-lg'>
+ <div className='flex-1 p-4 bg-white rounded-lg shadow-xl'>
16
<Keywords />
17
</div>
18
{/* Score Section */}
19
20
<Score />
21
22
0 commit comments