summaryrefslogtreecommitdiffstats
path: root/ui/src/components/user.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/user.tsx')
-rw-r--r--ui/src/components/user.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/src/components/user.tsx b/ui/src/components/user.tsx
index 245df42f..bf67a5fd 100644
--- a/ui/src/components/user.tsx
+++ b/ui/src/components/user.tsx
@@ -246,7 +246,7 @@ export class User extends Component<any, UserState> {
return (
<div class="btn-group btn-group-toggle">
<label
- className={`btn btn-sm btn-secondary pointer border-right border-light
+ className={`btn btn-sm btn-secondary pointer btn-outline-light
${this.state.view == View.Overview && 'active'}
`}
>
@@ -259,7 +259,7 @@ export class User extends Component<any, UserState> {
{i18n.t('overview')}
</label>
<label
- className={`btn btn-sm btn-secondary pointer border-right border-light
+ className={`btn btn-sm btn-secondary pointer btn-outline-light
${this.state.view == View.Comments && 'active'}
`}
>
@@ -272,7 +272,7 @@ export class User extends Component<any, UserState> {
{i18n.t('comments')}
</label>
<label
- className={`btn btn-sm btn-secondary pointer border-right border-light
+ className={`btn btn-sm btn-secondary pointer btn-outline-light
${this.state.view == View.Posts && 'active'}
`}
>
@@ -285,7 +285,7 @@ export class User extends Component<any, UserState> {
{i18n.t('posts')}
</label>
<label
- className={`btn btn-sm btn-secondary pointer border-right border-light
+ className={`btn btn-sm btn-secondary pointer btn-outline-light
${this.state.view == View.Saved && 'active'}
`}
>