added bold

This commit is contained in:
PhilReact 2024-12-17 06:37:43 +02:00
parent 0f95f947ec
commit 0bc3e69560
3 changed files with 6 additions and 1 deletions

View File

@ -2783,6 +2783,7 @@ function App() {
<Button sx={{
backgroundColor: 'var(--green)',
color: 'black',
fontWeight: 'bold',
opacity: 0.7,
'&:hover': {
backgroundColor: 'var(--green)',
@ -2795,6 +2796,7 @@ function App() {
<Button sx={{
backgroundColor: 'var(--danger)',
color: 'black',
fontWeight: 'bold',
opacity: 0.7,
'&:hover': {
backgroundColor: 'var(--danger)',

View File

@ -604,7 +604,7 @@ export const Group = ({
}
});
return hasUnread;
}, [timestampEnterData, groups, myAddress]);
}, [timestampEnterData, groups, myAddress, groupChatTimestamps]);
const groupsAnnHasUnread = useMemo(() => {
let hasUnread = false;

View File

@ -269,6 +269,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
backgroundColor: "var(--green)",
color: "black",
opacity: 0.7,
fontWeight: 'bold',
"&:hover": {
backgroundColor: "var(--green)",
color: "black",
@ -302,6 +303,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
sx={{
backgroundColor: "var(--danger)",
color: "black",
fontWeight: 'bold',
opacity: 0.7,
"&:hover": {
backgroundColor: "var(--danger)",
@ -362,6 +364,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
sx={{
backgroundColor: "var(--danger)",
color: "black",
fontWeight: 'bold',
opacity: 0.7,
"&:hover": {
backgroundColor: "var(--danger)",