Changes done in ui screens
This commit is contained in:
@@ -7,7 +7,7 @@ type TableProps = {
|
||||
|
||||
export default function Table({ headers, rows }: TableProps) {
|
||||
return (
|
||||
<div className="w-full overflow-hidden rounded-2xl border
|
||||
<div className="w-full overflow-hidden border
|
||||
border-slate-800 bg-[#0B1727] shadow-xl">
|
||||
<div className="overflow-x-auto">
|
||||
<table className="w-full border-collapse text-[12px]">
|
||||
|
||||
Reference in New Issue
Block a user