mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +00:00 
			
		
		
		
	adoucissement des couleurs en mode nocturne
This commit is contained in:
		
							parent
							
								
									8b97bc109b
								
							
						
					
					
						commit
						2960c09d3f
					
				
					 4 changed files with 12 additions and 3 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| <template> | ||||
|   <v-btn color="primary" class="mb-4" depressed link to="/mon-bestiaire/">Mon bestiaire<v-chip v-show="$store.state.myMonsters.monsters.length > 0" class="ml-2" color="#fff" small label>{{ $store.state.myMonsters.monsters.length }}</v-chip></v-btn> | ||||
|   <v-btn color="primary" class="mb-4" depressed link to="/mon-bestiaire/">Mon bestiaire<v-chip v-show="$store.state.myMonsters.monsters.length > 0" class="ml-2" color="#fff" small label text-color="#222">{{ $store.state.myMonsters.monsters.length }}</v-chip></v-btn> | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine