Theming backwards compatibility (#4438)

# What this PR does

Closes https://github.com/grafana/oncall/issues/4437
This commit is contained in:
Rares Mardare 2024-06-03 15:36:02 +03:00 committed by GitHub
parent e4170389dc
commit 270ceeaeaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ export const getIntegrationFormStyles = (theme: GrafanaTheme2) => {
padding: 12px;
margin-bottom: 24px;
border: 1px solid ${theme.colors.border.weak};
border-radius: ${theme.shape.radius.default};
border-radius: 2px;
`,
extraFieldsRadio: css`

View file

@ -8,7 +8,7 @@ export const getRotationsStyles = (theme: GrafanaTheme2) => {
border: 1px solid ${theme.colors.border.weak};
display: flex;
flex-direction: column;
border-radius: ${theme.shape.radius.default};
border-radius: 2px;
&--withNoBackgroundAndBorder {
background: none;

View file

@ -7,7 +7,7 @@ export const getCommonServiceNowConfigStyles = (theme: GrafanaTheme2) => {
padding: 12px;
margin-bottom: 24px;
border: 1px solid ${theme.colors.border.weak};
border-radius: ${theme.shape.radius.default};
border-radius: 2px;
`,
tokenContainer: css`