Skip to content

Commit

Permalink
fix(web): accessibility improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed May 29, 2024
1 parent 0336a58 commit e1cdd7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Footer() {
},
)}
>
<p className="py-2 text-center text-xs text-default-400">
<p className="py-2 text-center text-xs text-default-500">
Copyright © {new Date().getFullYear()} Institut Teknologi Sepuluh
Nopember
</p>
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/src/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export function Chat() {
control={control}
name="prompt"
label=""
aria-label="prompt"
radius="full"
classNames={{
inputWrapper: "p-0",
Expand Down Expand Up @@ -185,6 +186,7 @@ export function Chat() {
) : (
<DropdownTrigger>
<Button
aria-label="Select a topic button"
color="default"
variant="light"
radius="full"
Expand Down Expand Up @@ -225,6 +227,7 @@ export function Chat() {
}
endContent={
<Button
aria-label="Send message button"
color="primary"
variant="light"
radius="full"
Expand Down

0 comments on commit e1cdd7e

Please sign in to comment.