refactor css

This commit is contained in:
pa
2026-03-08 21:54:29 +09:00
parent 8c21ecd9f0
commit 47807db8cb
18 changed files with 150 additions and 221 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ describe('Location.vue', () => {
test('shows dash placeholder when location is empty', () => {
const wrapper = mountLocation({ location: '' });
const placeholder = wrapper.find('.transparent');
const placeholder = wrapper.find('.text-transparent');
expect(placeholder.exists()).toBe(true);
});
});