Skip to content

Commit

Permalink
Modify css styling for translation component
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-s committed Sep 20, 2023
1 parent af3f60b commit 412b85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/src/Translation/TranslationCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@
margin: 0;
background: #FDF6E1;
border: 1px;
borderColor: "rgba(122,119,119,0.3)";
borderRadius: '15px'
}
3 changes: 2 additions & 1 deletion frontend/src/Translation/TranslationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default function TranslationCard() {
alt={"translation-logo"}/>
</div>
<div className={"translation"}>
<Card className="translation-card" sx={{boxShadow: 0}}>
<Card className="translation-card" sx={{boxShadow: 0, borderColor: "rgba(122,119,119,0.3)",
borderRadius: '15px'}}>
<CardContent>
<Typography sx={{fontSize: 14}} color="text.secondary" gutterBottom component="div">
Translate into Japanese
Expand Down

0 comments on commit 412b85f

Please sign in to comment.