Skip to content
Snippets Groups Projects
Commit 4db2fa76 authored by Ina Martini's avatar Ina Martini
Browse files

fix: update styling

parent 09fb62ce
No related branches found
No related tags found
3 merge requests!66Final merge,!57General cleanup of application,!4Pipeline fix
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
class="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-50" class="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-50"
> >
<div class="relative bg-white pt-10 p-4 rounded-lg shadow-xl" style="width: 40rem"> <div class="relative bg-white pt-10 p-4 rounded-lg shadow-xl" style="width: 40rem">
<button @click="closeModal" class="absolute top-0 right-0 m-2 text-white"> <button @click="closeModal" class="absolute top-0 right-0 m-2 primary">
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6" class="h-6 w-6"
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
> >
<button <button
@click="acceptChallenge(challenge)" @click="acceptChallenge(challenge)"
class="text-white font-bold py-1 px-4 mt-[-14px] sm:mt-0" class="font-bold py-1 px-4 mt-[-14px] sm:mt-0 primary"
> >
Godta Godta
</button> </button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment