Skip to content
Extraits de code Groupes Projets
Valider 6264323c rédigé par Guillaume Schurck's avatar Guillaume Schurck
Parcourir les fichiers

update text color

parent 730b95a4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<script> <script>
import { setContext } from "svelte";
import { onMount } from "svelte"; import { onMount } from "svelte";
import SoftwareSelect from "./SoftwareSelect.svelte"; import SoftwareSelect from "./SoftwareSelect.svelte";
const BACKEND_URL = import.meta.env.VITE_BACKEND_URL; const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
background: #f4f4f4; background: #f4f4f4;
padding: 20px; padding: 20px;
border-radius: 4px; border-radius: 4px;
color: black;
} }
label { label {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter