Skip to content

Commit

Permalink
Finished all reviewed Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahasultan committed Nov 29, 2023
1 parent fe299ca commit 2ba4318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions frontend/components/card/discussion/CardDiscussionInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<textarea
id="message"
rows="4"
class="block p-2.5 w-full text-sm rounded-lg border border-light-action-red dark:border-dark-action-red placeholder-light-special-text focus-brand dark:bg-dark-distinct font-bold text-light-action-red dark:text-dark-action-red dark:text-dark-text"
class="block p-2.5 w-full text-sm rounded-lg border border-light-action-red dark:border-dark-action-red placeholder-light-special-text focus-brand font-bold placeholder:text-light-action-red dark:placeholder:text-dark-action-red dark:text-dark-text bg-light-content dark:bg-dark-content"
:placeholder="$t('components.card-discussion-input.leave-comment-highRisk')"
></textarea>
</div>
Expand All @@ -106,7 +106,7 @@
</p>
<div class="flex space-x-3 items-center">
<div v-if="discussionInput.highRisk" class="w-full md:w-full">
<div class="cursor-pointer rounded-lg p-1 text-light-text dark:text-light-action-red dark:bg-dark-action-red/20 dark:border-dark-action-red bg-light-action-red border border-light-text focus-brand" style="width: 3.3em; height: 2.4em; display: flex; justify-content: center; align-items: center;">
<div class="cursor-pointer rounded-lg p-1 text-light-text dark:text-light-action-red dark:bg-dark-action-red/20 dark:border-dark-action-red bg-light-action-red border border-light-text focus-brand w-16 h-10 flex justify-center items-center">
<Icon name="bi:exclamation-octagon" size="1.4em" />
</div>
</div>
Expand All @@ -117,7 +117,6 @@
fontSize="sm"
iconSize="1.25em"
ariaLabel="components.btn-labeled.support-organization-aria-label"
style="background-color: light-action-red; border: 1px solid light-text;"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"components.card-danger-zone.username-label": "Your username",
"components.card-danger-zone.username-placeholder": "Enter your username",
"components.card-discussion-input.comment": "Comment",
"components.card-discussion-input.leave-comment": "Leave a comment",
"components.card-discussion-input.leave-comment": "Leave a public comment",
"components.card-discussion-input.leave-comment-highRisk": "You are a member of a high risk organization. Please be careful what you write.",
"components.card-discussion-input.markdown-support": "This editor supports Markdown",
"components.card-discussion-input.preview": "Preview",
Expand Down

0 comments on commit 2ba4318

Please sign in to comment.