Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
740a884852
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/large-video/components/styles.js

+ 2
- 2
react/features/large-video/components/styles.js View File

@@ -40,8 +40,8 @@ ColorSchemeRegistry.register('LargeVideo', {
40 40
 
41 41
 
42 42
         borderColor: '#ffff00',
43
-        borderRadius: 3,
44
-        // borderRadius: 10,
43
+        // borderRadius: 3,
44
+        borderRadius: 10,
45 45
         borderStyle: 'solid',
46 46
         borderWidth: 2,
47 47
 

Loading…
Cancel
Save