Commit 1e7a0014 by CaIon

🔄 update: regenerate bun.lockb file to reflect dependency changes

parent c39b3cfe
No preview for this file type
...@@ -1237,6 +1237,7 @@ const LogsTable = () => { ...@@ -1237,6 +1237,7 @@ const LogsTable = () => {
style={{ style={{
fontWeight: 500, fontWeight: 500,
boxShadow: '0 2px 8px rgba(0, 0, 0, 0.1)', boxShadow: '0 2px 8px rgba(0, 0, 0, 0.1)',
padding: 15,
}} }}
className='!rounded-lg' className='!rounded-lg'
> >
...@@ -1247,6 +1248,7 @@ const LogsTable = () => { ...@@ -1247,6 +1248,7 @@ const LogsTable = () => {
style={{ style={{
fontWeight: 500, fontWeight: 500,
boxShadow: '0 2px 8px rgba(0, 0, 0, 0.1)', boxShadow: '0 2px 8px rgba(0, 0, 0, 0.1)',
padding: 15,
}} }}
className='!rounded-lg' className='!rounded-lg'
> >
...@@ -1258,6 +1260,7 @@ const LogsTable = () => { ...@@ -1258,6 +1260,7 @@ const LogsTable = () => {
border: 'none', border: 'none',
boxShadow: '0 2px 8px rgba(0, 0, 0, 0.1)', boxShadow: '0 2px 8px rgba(0, 0, 0, 0.1)',
fontWeight: 500, fontWeight: 500,
padding: 15,
}} }}
className='!rounded-lg' className='!rounded-lg'
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment