forked from RiseUP/riseup-squad20
chore(calendar): adjust naming for calendar component consistency
This commit is contained in:
parent
ae637c480a
commit
debc92dd45
@ -347,9 +347,9 @@ const ProfissionalPage = () => {
|
||||
}}
|
||||
buttonText={{
|
||||
today: 'Hoje',
|
||||
month: 'Mês',
|
||||
month: 'Dia',
|
||||
week: 'Semana',
|
||||
day: 'Dia'
|
||||
day: 'Mês'
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
@import 'tailwindcss';
|
||||
@import 'tw-animate-css';
|
||||
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
/* Removed invalid @custom-variant at-rule */
|
||||
|
||||
:root {
|
||||
--background: var(--primary)
|
||||
--background: oklch(1 0 0);
|
||||
--foreground: oklch(0.145 0 0);
|
||||
--card: oklch(1 0 0);
|
||||
@ -74,7 +74,7 @@
|
||||
--sidebar-ring: oklch(0.439 0 0);
|
||||
}
|
||||
|
||||
@theme inline {
|
||||
:root {
|
||||
--font-sans: var(--font-geist-sans);
|
||||
--font-mono: var(--font-geist-mono);
|
||||
--color-background: var(--background);
|
||||
@ -117,9 +117,17 @@
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border outline-ring/50;
|
||||
border-color: var(--border);
|
||||
outline-color: var(--ring);
|
||||
outline-width: 2px;
|
||||
outline-style: solid;
|
||||
outline-offset: 0.5px;
|
||||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
}
|
||||
}
|
||||
.buttonText {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user