💄 Gjør små styling forbedringer, forbedret UU ved å lage skillelinjer i forms
This commit is contained in:
parent
65c146fa87
commit
194bda6739
5 changed files with 20 additions and 3 deletions
8
frontend/src/components/Skillelinje.tsx
Normal file
8
frontend/src/components/Skillelinje.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
const Skillelinje = () => {
|
||||
return (
|
||||
<div className="h-1 bg-gray-200 my-4 rounded-lg w-full"></div>
|
||||
)
|
||||
}
|
||||
export default Skillelinje
|
||||
Reference in a new issue