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