Skip to content

Commit 9f2acbd

Browse files
committed
domain changes for simple themes
1 parent 80062a8 commit 9f2acbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/io/fusionauth/domain/SimpleThemeVariables.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package io.fusionauth.domain;
1717

18+
import java.net.URI;
1819
import java.util.Objects;
1920

2021
/**
@@ -27,7 +28,7 @@ public class SimpleThemeVariables implements Buildable<SimpleThemeVariables> {
2728

2829
public String alertFontColor;
2930

30-
public String backgroundImageURL;
31+
public URI backgroundImageURL;
3132

3233
public String backgroundSize;
3334

@@ -69,7 +70,7 @@ public class SimpleThemeVariables implements Buildable<SimpleThemeVariables> {
6970

7071
public String logoImageSize;
7172

72-
public String logoImageURL;
73+
public URI logoImageURL;
7374

7475
public String monoFontColor;
7576

0 commit comments

Comments
 (0)