Skip to content

Commit 8caba36

Browse files
style(App): dark mode border color (#226)
2 parents f2d4c81 + cfa7829 commit 8caba36

14 files changed

Lines changed: 17 additions & 17 deletions

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const AppLayout: FC = () => {
5555
<div className="drawer-content flex flex-col w-full h-screen px-1 md:px-2 bg-base-300">
5656
<Header />
5757
<main
58-
className="grow flex flex-col overflow-auto bg-base-100 rounded-xl border-1 border-base-content/20 border-input inset-shadow-sm"
58+
className="grow flex flex-col overflow-auto bg-base-100 rounded-xl border-1 border-base-content/20 dark:border-base-content/10 border-input inset-shadow-sm"
5959
id="main-scroll"
6060
>
6161
<Outlet />

src/i18n/ar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "إرسال",
6464
"save": "حفظ",
6565
"thinking": "جاري التفكير",
66-
"thoughts": "الأفكار"
66+
"reasoning": "المنطق"
6767
},
6868
"actions": {
6969
"delete": {

src/i18n/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "Senden",
6464
"save": "Speichern",
6565
"thinking": "Denkt nach",
66-
"thoughts": "Gedanken"
66+
"reasoning": "Argumentation"
6767
},
6868
"actions": {
6969
"delete": {

src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"send": "Send",
6767
"save": "Save",
6868
"thinking": "Thinking",
69-
"thoughts": "Thoughts"
69+
"reasoning": "Reasoning"
7070
},
7171
"actions": {
7272
"delete": {

src/i18n/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "Enviar",
6464
"save": "Guardar",
6565
"thinking": "Pensando",
66-
"thoughts": "Pensamientos"
66+
"reasoning": "Razonamiento"
6767
},
6868
"actions": {
6969
"delete": {

src/i18n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "Envoyer",
6464
"save": "Enregistrer",
6565
"thinking": "En réflexion",
66-
"thoughts": "Pensées"
66+
"reasoning": "Raisonnement"
6767
},
6868
"actions": {
6969
"delete": {

src/i18n/hi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "भेजें",
6464
"save": "सहेजें",
6565
"thinking": "सोच रहा है",
66-
"thoughts": "विचार"
66+
"reasoning": "तर्क"
6767
},
6868
"actions": {
6969
"delete": {

src/i18n/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "Invia",
6464
"save": "Salva",
6565
"thinking": "Sto pensando",
66-
"thoughts": "Pensieri"
66+
"reasoning": "Ragionamento"
6767
},
6868
"actions": {
6969
"delete": {

src/i18n/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "送信",
6464
"save": "保存",
6565
"thinking": "思考中",
66-
"thoughts": "思考"
66+
"reasoning": "推論"
6767
},
6868
"actions": {
6969
"delete": {

src/i18n/ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"send": "보내기",
6464
"save": "저장",
6565
"thinking": "생각 중",
66-
"thoughts": "생각"
66+
"reasoning": "추론"
6767
},
6868
"actions": {
6969
"delete": {

0 commit comments

Comments
 (0)