mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix class namimg
This commit is contained in:
parent
2a4046555b
commit
ed2cdff830
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ds-text class="date-range" align="left" color="soft" :size="size">
|
||||
<ds-text class="date-time-range" align="left" color="soft" :size="size">
|
||||
<div>
|
||||
<div>
|
||||
<base-icon name="calendar" data-test="calendar" />
|
||||
@ -88,7 +88,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.date-range {
|
||||
.date-time-range {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user