mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
style: change notice
This commit is contained in:
parent
8a79ccf018
commit
9d1d8f8035
@ -5,6 +5,7 @@
|
|||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
color: var(--color-foreground-subtle);
|
color: var(--color-foreground-subtle);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px dashed var(--color-neutral-200);
|
background-color: var(--color-neutral-50);
|
||||||
|
border: 1px dashed var(--color-neutral-300);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,8 @@ import styles from './notice.module.css';
|
|||||||
export function Notice() {
|
export function Notice() {
|
||||||
return (
|
return (
|
||||||
<p className={styles.notice}>
|
<p className={styles.notice}>
|
||||||
Please do not close this tab while timers are running, otherwise all
|
Please do not close your browser tab while timers are running, otherwise
|
||||||
timers will be stopped.
|
all timers will be stopped.
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user