Skip to content

Commit 28024c9

Browse files
committed
Set default background to SeriesButton
1 parent 8a9d5cb commit 28024c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/write/PublishSeriesSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { ellipsis } from '../../lib/styles/utils';
88

99
const PublishSeriesSectionBlock = styled(PublishSection)``;
1010
const SeriesButton = styled.button`
11+
background: white;
1112
height: 3rem;
1213
width: 100%;
1314
border-radius: 4px;

0 commit comments

Comments
 (0)