Skip to content

Commit cbecc3f

Browse files
fix(user/display): Picktime button styling isn't global
1 parent 39bc651 commit cbecc3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/user/display.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
margin: 0 0 8px;
111111
}
112112

113-
button {
113+
.picktimeBtn {
114114
margin-top: 8px;
115115
width: 100%;
116116
}

components/user/display.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export default function UserDisplay({
142142
</p>
143143
<Button
144144
onClick={openPicktime}
145+
className={styles.picktimeBtn}
145146
label={t('common:picktime-btn')}
146147
raised
147148
arrow

0 commit comments

Comments
 (0)