mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
lighten message hover color, use secondary for embed
This commit is contained in:
parent
5adfd32a7d
commit
3bc73d6e5e
@ -12,7 +12,7 @@ interface EmbedProps {
|
||||
const EmbedContainer = styled.div`
|
||||
padding: 10px;
|
||||
margin-top: 5px;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
background: var(--background-secondary);
|
||||
width: min-content;
|
||||
`;
|
||||
|
||||
|
@ -123,7 +123,7 @@ export const ThemePresets: Record<string, Theme> = {
|
||||
dark: {
|
||||
backgroundPrimary: "#2e2e2e",
|
||||
backgroundPrimaryAlt: "#2a2a2a",
|
||||
backgroundPrimaryHighlight: "#262626",
|
||||
backgroundPrimaryHighlight: "#272727",
|
||||
backgroundSecondary: "#232323",
|
||||
backgroundSecondaryAlt: "#1e1e1e",
|
||||
backgroundSecondaryHighlight: "#313131",
|
||||
|
Loading…
Reference in New Issue
Block a user