diff options
| author | Manuel Palenzuela Merino <[email protected]> | 2024-07-12 17:45:33 +0200 |
|---|---|---|
| committer | Manuel Palenzuela Merino <[email protected]> | 2024-07-12 17:45:33 +0200 |
| commit | ea14f0c10cbd98531e5b61ad2061d0544999f9a8 (patch) | |
| tree | 81703633528f1249695938a122aebc513942fd94 /src/components | |
| parent | Pages: File: Formatting (diff) | |
| download | fs-tracer-frontend-ea14f0c10cbd98531e5b61ad2061d0544999f9a8.tar.gz fs-tracer-frontend-ea14f0c10cbd98531e5b61ad2061d0544999f9a8.tar.bz2 fs-tracer-frontend-ea14f0c10cbd98531e5b61ad2061d0544999f9a8.zip | |
Components: Sidebar: Dont round corners
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Sidebar/Sidebar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Sidebar/Sidebar.tsx b/src/components/Sidebar/Sidebar.tsx index 901ba87..7ccb0ce 100644 --- a/src/components/Sidebar/Sidebar.tsx +++ b/src/components/Sidebar/Sidebar.tsx @@ -3,7 +3,7 @@ import SidebarButton from "./SidebarButton"; export default function SideBar(props: any) { return ( <div - className="relative flex h-full w-full max-w-[20rem] flex-col rounded-xl bg-white bg-clip-border text-gray-700 shadow-xl shadow-blue-gray-900/5"> + className="relative flex h-full w-full max-w-[20rem] flex-col bg-white bg-clip-border text-gray-700 shadow-xl shadow-blue-gray-900/5"> <div className="p-4 mb-2"> <h5 className="block font-sans text-xl antialiased font-semibold leading-snug tracking-normal text-blue-gray-900"> <a href="/">fs-tracer</a> |