diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-26 02:36:07 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-26 02:36:07 -0800 |
| commit | 13625d722a421441c1edc6eb1256b7e20f20544d (patch) | |
| tree | 9035666485280eba681fe90a7ae0ff18924a99ea /src/components/SubscriberTable | |
| parent | 174cbcc1a1667b254d19bca31463f900845ea8ee (diff) | |
use SSR for rendering graph + transition demo to PhaseConnect
- I like Phase Connect
Diffstat (limited to 'src/components/SubscriberTable')
| -rw-r--r-- | src/components/SubscriberTable/SubscriberTable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubscriberTable/SubscriberTable.tsx b/src/components/SubscriberTable/SubscriberTable.tsx index 8094e21..31ca24f 100644 --- a/src/components/SubscriberTable/SubscriberTable.tsx +++ b/src/components/SubscriberTable/SubscriberTable.tsx @@ -28,7 +28,7 @@ return ( </div> <div className="px-2 sm:px-48 py-4 sm:py-8 relative shadow-md rounded-l text-left overflow-auto"> <table className="w-full text-m sm:text-xl text-black bg-white"> - <thead className="text-m sm:text-lg text-white" style={{ backgroundColor: '#2D4B71' }}> + <thead className="text-m sm:text-lg text-white rounded-md" style={{ backgroundColor: 'black' }}> <tr> <th scope="col" className="py-1 px-1 sm:px-3 hidden sm:table-cell"> RANK |
