Skip to content

Commit

Permalink
improve style of tab list
Browse files Browse the repository at this point in the history
  • Loading branch information
mebtte committed Aug 22, 2023
1 parent cd2dde1 commit 60adebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/pwa/src/components/tab_list.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { HtmlHTMLAttributes } from 'react';
import styled, { css } from 'styled-components';
import capitalize from '@/style/capitalize';
import { CSSVariable } from '../global_style';

const Style = styled.div`
Expand All @@ -19,6 +20,7 @@ const Tab = styled.div<{ active: boolean }>`
font-weight: bold;
font-size: 14px;
transition: inherit;
${capitalize}
}
> .indicator {
Expand Down

0 comments on commit 60adebf

Please sign in to comment.