mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-25 11:42:30 +01:00
update blockquote style
This commit is contained in:
parent
c63843d10b
commit
2a0304cd24
@ -22,11 +22,11 @@ const Container = styled.div`
|
||||
|
||||
blockquote {
|
||||
margin: 2px 0;
|
||||
padding: 5px;
|
||||
background-color: var(--background-secondary);
|
||||
padding: 5px 15px;
|
||||
background-color: transparent;
|
||||
width: fit-content;
|
||||
border-radius: 4px;
|
||||
border-inline-start: 4px solid var(--background-tertiary);
|
||||
border-inline-start: 4px solid var(--interactive);
|
||||
}
|
||||
|
||||
code.inline {
|
||||
|
@ -54,6 +54,7 @@ export type ThemeVariables =
|
||||
| "warningLight"
|
||||
| "warningDark"
|
||||
| "warningContrastText"
|
||||
| "interactive"
|
||||
| "scrollbarTrack"
|
||||
| "scrollbarThumb";
|
||||
|
||||
@ -123,6 +124,7 @@ export const ThemePresets: Record<string, Theme> = {
|
||||
warningContrastText: "",
|
||||
scrollbarTrack: "",
|
||||
scrollbarThumb: "",
|
||||
interactive: "",
|
||||
font: font,
|
||||
},
|
||||
dark: {
|
||||
@ -165,6 +167,7 @@ export const ThemePresets: Record<string, Theme> = {
|
||||
warningContrastText: "#040404",
|
||||
scrollbarTrack: "#232323",
|
||||
scrollbarThumb: "#171717",
|
||||
interactive: "#424242",
|
||||
font: font,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user